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

List:       kde-commits
Subject:    kdeutils/ksim
From:       Simon Hausmann <hausmann () kde ! org>
Date:       2003-08-17 13:16:18
[Download RAW message or body]

CVS commit by hausmann: 

- spotted two more :)


  M +1 -1      ksimsysinfo.cpp   1.50
  M +2 -2      ksimview.cpp   1.83


--- kdeutils/ksim/ksimsysinfo.cpp  #1.49:1.50
@@ -43,5 +43,5 @@
 KSim::Sysinfo::Sysinfo(KSim::Config *config,
    QWidget *parent, const char *name, WFlags fl)
-   : QWidget(parent, name, fl), DCOPObject("sysinfo")
+   : DCOPObject("sysinfo"), QWidget(parent, name, fl)
 {
   m_config = config;

--- kdeutils/ksim/ksimview.cpp  #1.82:1.83
@@ -65,6 +65,6 @@
 KSim::MainView::MainView(KConfig *config,
    bool loadPlugins, KSim::PanelExtension *topLevel,
-   const char *name) : QWidget(topLevel, name),
-   DCOPObject("KSim")
+   const char *name) : DCOPObject("KSim"),
+   QWidget(topLevel, name)
 {
   // create the local "themes" and "monitors" dirs


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

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