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

List:       kde-commits
Subject:    kdelibs/kutils
From:       Frans Englich <frans.englich () telia ! com>
Date:       2005-04-06 12:40:19
Message-ID: 20050406124019.5667963E () office ! kde ! org
[Download RAW message or body]

CVS commit by englich: 

Add a KDE 4 comment, fix some whitespace.


  M +3 -3      kcmodulecontainer.cpp   1.5
  M +2 -1      kcmodulecontainer.h   1.4


--- kdelibs/kutils/kcmodulecontainer.cpp  #1.4:1.5
@@ -57,5 +57,5 @@ class KCModuleContainer::KCModuleContain
                 QTabWidget *tabWidget;
                 int buttons;
-                bool hasRootKCM;
+                bool hasRootKCM: 1;
                 KPushButton *btnRootMode;
                 QHBoxLayout *btnLayout;
@@ -141,5 +141,6 @@ void KCModuleContainer::addModule( const
         allModules.append( proxy );
 
-        d->tabWidget->addTab( proxy, QIconSet(KGlobal::iconLoader()->loadIcon( \
proxy->moduleInfo().icon(), KIcon::Desktop)), +        d->tabWidget->addTab( proxy, \
QIconSet(KGlobal::iconLoader()->loadIcon( +                                        \
                proxy->moduleInfo().icon(), KIcon::Desktop)),
                         /* QT eats ampersands for dinner. But not this time. */
                         proxy->moduleInfo().moduleName().replace( "&", "&&" ));

--- kdelibs/kutils/kcmodulecontainer.h  #1.3:1.4
@@ -134,5 +135,5 @@ class KUTILS_EXPORT KCModuleContainer : 
                  * A list of all modules which are encapsulated.
                  */
-                ModuleList allModules;
+                ModuleList allModules; // KDE 4 put in the Private class and \
abstract with getter  
         private slots:


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

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