From 93943a849d1abc2003ceefe294dc419b9927f7d0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 31 Jan 2013 21:49:59 -0600 Subject: Rename KStartup for enhanced compatibility with KDE4 --- twin/workspace.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'twin/workspace.cpp') 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; } /*! -- cgit v1.2.3