diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:11:21 -0600 |
commit | f537c21b68e08f649b1b297bce8f3904603137e0 (patch) | |
tree | fb33065387509dea898c90022ddec9c3f8ede86d /twin/workspace.h | |
parent | dc5f267664506a312203c26bfe9001a448b0bb0f (diff) | |
download | tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.tar.gz tdebase-f537c21b68e08f649b1b297bce8f3904603137e0.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'twin/workspace.h')
-rw-r--r-- | twin/workspace.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/twin/workspace.h b/twin/workspace.h index e1db8bfbd..74f898668 100644 --- a/twin/workspace.h +++ b/twin/workspace.h @@ -29,7 +29,7 @@ License. See the file "COPYING" for the exact licensing terms. class TQPopupMenu; class TDEConfig; class TDEGlobalAccel; -class KShortcutDialog; +class TDEShortcutDialog; class TDEStartupInfo; class TDEStartupInfoId; class TDEStartupInfoData; @@ -276,7 +276,7 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin bool forcedGlobalMouseGrab() const; void clientShortcutUpdated( Client* c ); - bool shortcutAvailable( const KShortcut& cut, Client* ignore = NULL ) const; + bool shortcutAvailable( const TDEShortcut& cut, Client* ignore = NULL ) const; bool globalShortcutsDisabled() const; void disableGlobalShortcuts( bool disable ); void disableGlobalShortcutsForClient( bool disable ); @@ -567,10 +567,10 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin //KKeyNative walkThroughDesktopsKeycode, walkBackThroughDesktopsKeycode; //KKeyNative walkThroughDesktopListKeycode, walkBackThroughDesktopListKeycode; //KKeyNative walkThroughWindowsKeycode, walkBackThroughWindowsKeycode; - KShortcut cutWalkThroughDesktops, cutWalkThroughDesktopsReverse; - KShortcut cutWalkThroughDesktopList, cutWalkThroughDesktopListReverse; - KShortcut cutWalkThroughWindows, cutWalkThroughWindowsReverse; - KShortcut cutWalkThroughApps, cutWalkThroughAppsReverse; + TDEShortcut cutWalkThroughDesktops, cutWalkThroughDesktopsReverse; + TDEShortcut cutWalkThroughDesktopList, cutWalkThroughDesktopListReverse; + TDEShortcut cutWalkThroughWindows, cutWalkThroughWindowsReverse; + TDEShortcut cutWalkThroughApps, cutWalkThroughAppsReverse; bool mouse_emulation; unsigned int mouse_emulation_state; WId mouse_emulation_window; @@ -641,8 +641,8 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin TQRect** screenarea; // array of workareas per xinerama screen for all virtual desktops bool managing_topmenus; - KSelectionOwner* topmenu_selection; - KSelectionWatcher* topmenu_watcher; + TDESelectionOwner* topmenu_selection; + TDESelectionWatcher* topmenu_watcher; ClientList topmenus; // doesn't own them mutable int topmenu_height; TQWidget* topmenu_space; |