From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- twin/workspace.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'twin/workspace.h') diff --git a/twin/workspace.h b/twin/workspace.h index 0f019cbbf..386219e07 100644 --- a/twin/workspace.h +++ b/twin/workspace.h @@ -28,14 +28,14 @@ License. See the file "COPYING" for the exact licensing terms. class TQPopupMenu; class KConfig; -class KGlobalAccel; +class TDEGlobalAccel; class KShortcutDialog; class KStartupInfo; class KStartupInfoId; class KStartupInfoData; class TQSlider; class TQPushButton; -class KProcess; +class TDEProcess; namespace KWinInternal { @@ -411,8 +411,8 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin void resetClientOpacity(); void setTransButtonText(int value); void unblockKompmgrRestart(); - void restartKompmgr( KProcess *proc ); - void handleKompmgrOutput( KProcess *proc, char *buffer, int buflen); + void restartKompmgr( TDEProcess *proc ); + void handleKompmgrOutput( TDEProcess *proc, char *buffer, int buflen); void stopKompmgr(); void kompmgrReloadSettings(); // end @@ -584,11 +584,11 @@ class Workspace : public TQObject, public KWinInterface, public KDecorationDefin TQPopupMenu *desk_popup; int desk_popup_index; - KGlobalAccel *keys; - KGlobalAccel *client_keys; + TDEGlobalAccel *keys; + TDEGlobalAccel *client_keys; ShortcutDialog* client_keys_dialog; Client* client_keys_client; - KGlobalAccel *disable_shortcuts_keys; + TDEGlobalAccel *disable_shortcuts_keys; bool global_shortcuts_disabled; bool global_shortcuts_disabled_for_client; -- cgit v1.2.1