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

List:       kde-commits
Subject:    KDE_3_1_BRANCH: kdelibs/kdecore
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2003-02-25 8:05:13
[Download RAW message or body]

CVS commit by lunakl: 

Here too, it's new since 3.1 .


  M +1 -10     kstartupinfo.cpp   1.32.2.5
  M +4 -14     kstartupinfo.h   1.15.2.4


--- kdelibs/kdecore/kstartupinfo.cpp  #1.32.2.4:1.32.2.5
@@ -119,13 +119,4 @@ KStartupInfo::KStartupInfo( bool clean_o
     }
 
-KStartupInfo::KStartupInfo( bool clean_on_cantdetect_P, bool disable_kwinmodule_P,
-    QObject* parent_P, const char* name_P )
-    : QObject( parent_P, name_P ),
-        timeout( 60 ), d( NULL )
-    {
-    init( ( clean_on_cantdetect_P ? CleanOnCantDetect : 0 )
-            | ( disable_kwinmodule_P ? DisableKWinModule : 0 ));
-    }
-
 void KStartupInfo::init( int flags_P )
     {

--- kdelibs/kdecore/kstartupinfo.h  #1.15.2.3:1.15.2.4
@@ -103,14 +103,4 @@ class KStartupInfo
          */
         KStartupInfo( bool clean_on_cantdetect, QObject* parent = 0, const char* name = 0 );
-        /**
-         * This constructor allows disabling the usage of KWinModule, which is
-         * internally used for detecting new application windows. With KWinModule
-         * disabled, checkStartup() must be called in order to check newly
-         * mapped windows.
-         *
-         * @obsolete
-         */
-        KStartupInfo( bool clean_on_cantdetect, bool disable_kwinmodule,
-            QObject* parent, const char* name );
         virtual ~KStartupInfo();
         /**


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

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