[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kdeui
From:       David Faure <faure () kde ! org>
Date:       2006-06-30 19:21:26
Message-ID: 1151695286.947222.27754.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 556589 by dfaure:

Minor things


 M  +1 -1      kmainwindow.cpp  
 M  +0 -3      kmainwindow.h  
 M  +2 -2      kmainwindowiface_p.h  


--- trunk/KDE/kdelibs/kdeui/kmainwindow.cpp #556588:556589
@@ -295,7 +295,7 @@
     }
     setObjectName( s );
 
-    const QString pathname = "/" + objectName();
+    const QString pathname = '/' + objectName();
     QDBus::sessionBus().registerObject(pathname, this, QDBusConnection::ExportAllSlots |
                                        QDBusConnection::ExportAllProperties |
                                        QDBusConnection::ExportAdaptors);
--- trunk/KDE/kdelibs/kdeui/kmainwindow.h #556588:556589
@@ -40,13 +40,10 @@
 class KConfigBase;
 class KHelpMenu;
 class KStatusBar;
-class QStatusBar;
 class KMenuBar;
 class KMWSessionManaged;
 class KMainWindowPrivate;
 class KToolBar;
-class KToolBarMenuAction;
-class DCOPObject;
 
 #define KDE_DEFAULT_WINDOWFLAGS 0
 
--- trunk/KDE/kdelibs/kdeui/kmainwindowiface_p.h #556588:556589
@@ -58,7 +58,7 @@
 public Q_SLOTS:
 	/**
 	Return a list of actions available to the application's window.
-	@return A QCStringList containing valid names actions.
+	@return A QStringList containing valid names actions.
 	*/
 	QStringList actions();
 
@@ -98,7 +98,7 @@
 	Returns the tool tip text of the requested action.
 	@param action The name of the action to activate.  The names of valid
 	actions can be found by calling actions().
-	@return A QCString containing the text of the action's tool tip.
+	@return A QString containing the text of the action's tool tip.
 	*/
 	QString actionToolTip( const QString& action);
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic