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

List:       kde-commits
Subject:    kdemultimedia/noatun/library
From:       Stefan Gehn <sgehn () gmx ! net>
Date:       2004-07-09 15:02:56
Message-ID: 20040709150256.6E4B716B27 () office ! kde ! org
[Download RAW message or body]

CVS commit by metz: 

give NoatunPreferences object a name


  M +4 -4      pref.cpp   1.8


--- kdemultimedia/noatun/library/pref.cpp  #1.7:1.8
@@ -6,10 +6,10 @@
 #include <kdebug.h>
 #include <qlayout.h>
-#include <qlabel.h>
+//#include <qlabel.h>
 #include "cmodule.h"
 
 NoatunPreferences::NoatunPreferences(QWidget *parent)
     : KDialogBase(TreeList, i18n("Preferences - Noatun"),
-                  Ok|Apply|Cancel|Help, Ok, parent, 0, false, true)
+                  Ok|Apply|Cancel|Help, Ok, parent, "NoatunPreferences", false, true)
 {
         resize(640, 480); // KDE is required to support 800x600 min.
@@ -62,5 +62,5 @@ CModule::CModule(const QString &name, co
                 connect(owner, SIGNAL(destroyed()), SLOT(ownerDeleted()));
 
-        kdDebug(66666) << k_funcinfo << "name = " << name << endl;
+        //kdDebug(66666) << k_funcinfo << "name = " << name << endl;
 
         napp->preferencesBox()->add(this);
@@ -72,5 +72,5 @@ CModule::CModule(const QString &name, co
 CModule::~CModule()
 {
-        kdDebug(66666) << k_funcinfo << endl;
+        //kdDebug(66666) << k_funcinfo << endl;
 #if QT_VERSION < 0x030102 && KDE_VERSION < KDE_MAKE_VERSION( 3, 1, 90 )
         // Due to a bug in Qt 3.1 and 3.1.1 no close events are sent to hidden


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

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