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

List:       kde-commits
Subject:    kdebase/kcontrol/taskbar
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2004-07-18 22:33:10
Message-ID: 20040718223310.D4DC212661 () office ! kde ! org
[Download RAW message or body]

CVS commit by aacid: 

port to new setAboutData


  M +8 -13     kcmtaskbar.cpp   1.40
  M +0 -1      kcmtaskbar.h   1.15


--- kdebase/kcontrol/taskbar/kcmtaskbar.cpp  #1.39:1.40
@@ -140,4 +140,12 @@ TaskbarConfig::TaskbarConfig( QWidget *p
     connect(ui->groupComboBox, SIGNAL(activated(int)), SLOT(slotUpdateComboBox()));
 
+    KAboutData *about =
+    new KAboutData(I18N_NOOP("kcmtaskbar"), I18N_NOOP("KDE Taskbar Control Module"),
+                  0, 0, KAboutData::License_GPL,
+                  I18N_NOOP("(c) 2000 - 2001 Matthias Elter"));
+
+    about->addAuthor("Matthias Elter", 0, "elter@kde.org");
+    setAboutData(about);
+
     load();
     m_moduleChanged = false;
@@ -246,15 +254,2 @@ QString TaskbarConfig::quickHelp() const
                 " You can also configure whether or not the Window List button will be displayed.");
 }
-
-const KAboutData* TaskbarConfig::aboutData() const
-{
-
-    KAboutData *about =
-    new KAboutData(I18N_NOOP("kcmtaskbar"), I18N_NOOP("KDE Taskbar Control Module"),
-                  0, 0, KAboutData::License_GPL,
-                  I18N_NOOP("(c) 2000 - 2001 Matthias Elter"));
-
-    about->addAuthor("Matthias Elter", 0, "elter@kde.org");
-
-    return about;
-}

--- kdebase/kcontrol/taskbar/kcmtaskbar.h  #1.14:1.15
@@ -39,5 +39,4 @@ public:
 
     QString quickHelp() const;
-    const KAboutData* aboutData() const;
 
 protected slots:


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

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