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

List:       kde-commits
Subject:    kdebase/kcontrol/screensaver
From:       Chris Howells <howells () kde ! org>
Date:       2004-09-02 16:05:23
Message-ID: 20040902160523.9C9021EFF () office ! kde ! org
[Download RAW message or body]

CVS commit by howells: 

an about data


  M +12 -0     scrnsave.cpp   1.86


--- kdebase/kcontrol/screensaver/scrnsave.cpp  #1.85:1.86
@@ -41,4 +41,5 @@
 #include <kgenericfactory.h>
 #include <kdialog.h>
+#include <kaboutdata.h>
 
 #include <X11/Xlib.h>
@@ -297,4 +298,15 @@ KScreenSaver::KScreenSaver(QWidget *pare
     mChanged = false;
     emit changed(false);
+
+    KAboutData *about =
+    new KAboutData(I18N_NOOP("kcmscreensaver"), I18N_NOOP("KDE Screen Saver Control Module"),
+                  0, 0, KAboutData::License_GPL,
+                  I18N_NOOP("(c) 1997-2002 Martin R. Jones\n"
+                  "(c) 2003-2004 Chris Howells"));
+    about->addAuthor("Chris Howells", 0, "howells@kde.org");
+    about->addAuthor("Martin R. Jones", 0, "jones@kde.org");
+
+    setAboutData( about );
+
 }
 


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

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