diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:50:20 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:50:20 -0600 |
commit | aef5eada7f51ee48f3d21448db290bd8f06953a8 (patch) | |
tree | 9d6e7572ebcc27e402501d6966f9b46361a1702c /superkaramba/src/karamba.h | |
parent | 95d05392f9bc01594738a1e06ebf23123b3d3e6e (diff) | |
download | tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.tar.gz tdeutils-aef5eada7f51ee48f3d21448db290bd8f06953a8.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'superkaramba/src/karamba.h')
-rw-r--r-- | superkaramba/src/karamba.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/superkaramba/src/karamba.h b/superkaramba/src/karamba.h index 416bc5b..35c16e8 100644 --- a/superkaramba/src/karamba.h +++ b/superkaramba/src/karamba.h @@ -136,7 +136,7 @@ public: KarambaRootPixmap *kroot; TaskManager taskManager; Systemtray* systray; - KProcess* currProcess; + TDEProcess* currProcess; bool useSmoothTransforms(); void changeInterval(int interval); @@ -267,8 +267,8 @@ public slots: void updateBackground(KSharedPixmap*); void passMenuOptionChanged(TQString key, bool); void passMenuItemClicked(int); - void processExited (KProcess *proc); - void receivedStdout (KProcess *proc, char *buffer, int buflen); + void processExited (TDEProcess *proc); + void receivedStdout (TDEProcess *proc, char *buffer, int buflen); void toDesktop(int desktopid, int menuid); const char *getPrettyName() { return prettyName.ascii(); } |