diff options
Diffstat (limited to 'kalarm/kalarmapp.h')
-rw-r--r-- | kalarm/kalarmapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalarm/kalarmapp.h b/kalarm/kalarmapp.h index 22e51324b..852143edf 100644 --- a/kalarm/kalarmapp.h +++ b/kalarm/kalarmapp.h @@ -29,7 +29,7 @@ class TQDateTime; #include <kuniqueapplication.h> #include <kurl.h> -class KProcess; +class TDEProcess; namespace KCal { class Event; } #include "alarmevent.h" @@ -99,7 +99,7 @@ class KAlarmApp : public KUniqueApplication private slots: void quitFatal(); void slotPreferencesChanged(); - void slotCommandOutput(KProcess*, char* buffer, int bufflen); + void slotCommandOutput(TDEProcess*, char* buffer, int bufflen); void slotLogProcExited(ShellProcess*); void slotCommandExited(ShellProcess*); void slotSystemTrayTimer(); |