summaryrefslogtreecommitdiffstats
path: root/kicker-applets/ktimemon/timemon.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:40:51 -0600
commit4c097708c4cc24f3b8e4c21f14644f5715767d47 (patch)
treee8ca4b1d3a3b3de0d18e5f144dcef9b36f830b84 /kicker-applets/ktimemon/timemon.h
parent0642ee50634d90e255c6f45194f6a47dc1157cde (diff)
downloadtdeaddons-4c097708c4cc24f3b8e4c21f14644f5715767d47.tar.gz
tdeaddons-4c097708c4cc24f3b8e4c21f14644f5715767d47.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kicker-applets/ktimemon/timemon.h')
-rw-r--r--kicker-applets/ktimemon/timemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker-applets/ktimemon/timemon.h b/kicker-applets/ktimemon/timemon.h
index 4268c06..6e454d8 100644
--- a/kicker-applets/ktimemon/timemon.h
+++ b/kicker-applets/ktimemon/timemon.h
@@ -29,7 +29,7 @@ class KConfDialog;
class TQPaintEvent;
class TQMouseEvent;
class TQPainter;
-class KProcess;
+class TDEProcess;
class KShellProcess;
class KHelpMenu;
class KPopupMenu;
@@ -79,7 +79,7 @@ protected:
private slots: // called from the menu
void configure(); // show the configuration dialog
void orientation(); // switch vertical/horizontal orientation
- void commandStderr(KProcess *proc, char *buffer, int length);
+ void commandStderr(TDEProcess *proc, char *buffer, int length);
private:
void runCommand(int index);