summaryrefslogtreecommitdiffstats
path: root/arts/knotify/knotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/knotify/knotify.h')
-rw-r--r--arts/knotify/knotify.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arts/knotify/knotify.h b/arts/knotify/knotify.h
index 12e699299..410821af8 100644
--- a/arts/knotify/knotify.h
+++ b/arts/knotify/knotify.h
@@ -25,8 +25,8 @@
#include <dcopobject.h>
class KNotifyPrivate;
-class KProcess;
-class KConfig;
+class TDEProcess;
+class TDEConfig;
class KNotify : public TQObject, public DCOPObject
{
@@ -75,7 +75,7 @@ private:
bool notifyByLogfile(const TQString &text, const TQString &file);
bool notifyByStderr(const TQString &text);
bool notifyByPassivePopup(const TQString &text, const TQString &appName,
- KConfig* eventsFile, WId winId );
+ TDEConfig* eventsFile, WId winId );
bool notifyByExecute(const TQString &command,
const TQString& event,
const TQString& fromApp,
@@ -98,7 +98,7 @@ private:
private slots:
void playTimeout();
- void slotPlayerProcessExited( KProcess *proc );
+ void slotPlayerProcessExited( TDEProcess *proc );
void restartedArtsd();
private: