diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:49:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-31 21:49:59 -0600 |
commit | 93943a849d1abc2003ceefe294dc419b9927f7d0 (patch) | |
tree | a6c2696cdd5c3b5339f2b6f821062a32cf46ae53 /twin/workspace.cpp | |
parent | 01c60a267846a8712bca34218ecf7da57566c049 (diff) | |
download | tdebase-93943a849d1abc2003ceefe294dc419b9927f7d0.tar.gz tdebase-93943a849d1abc2003ceefe294dc419b9927f7d0.zip |
Rename KStartup for enhanced compatibility with KDE4
Diffstat (limited to 'twin/workspace.cpp')
-rw-r--r-- | twin/workspace.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/twin/workspace.cpp b/twin/workspace.cpp index 85308f66d..d7ce0d884 100644 --- a/twin/workspace.cpp +++ b/twin/workspace.cpp @@ -173,8 +173,8 @@ Workspace::Workspace( bool restore ) kapp->setGlobalMouseTracking( true ); // so that this doesn't mess eventmask on root window later // call this before XSelectInput() on the root window - startup = new KStartupInfo( - KStartupInfo::DisableKWinModule | KStartupInfo::AnnounceSilenceChanges, this ); + startup = new TDEStartupInfo( + TDEStartupInfo::DisableKWinModule | TDEStartupInfo::AnnounceSilenceChanges, this ); // select windowmanager privileges XSelectInput(tqt_xdisplay(), root, @@ -2716,9 +2716,9 @@ TQString Workspace::desktopName( int desk ) const return TQString::fromUtf8( rootInfo->desktopName( desk ) ); } -bool Workspace::checkStartupNotification( Window w, KStartupInfoId& id, KStartupInfoData& data ) +bool Workspace::checkStartupNotification( Window w, TDEStartupInfoId& id, TDEStartupInfoData& data ) { - return startup->checkStartup( w, id, data ) == KStartupInfo::Match; + return startup->checkStartup( w, id, data ) == TDEStartupInfo::Match; } /*! |