diff options
Diffstat (limited to 'src/magiclabel.h')
-rw-r--r-- | src/magiclabel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/magiclabel.h b/src/magiclabel.h index 5ce87a1..8f26d42 100644 --- a/src/magiclabel.h +++ b/src/magiclabel.h @@ -33,8 +33,8 @@ class MagicLabel : TQObject void getCommandOutput(); private slots: - void processExited(KProcess* proc); - void receivedStdout(KProcess *proc, char *buffer, int buflen); + void processExited(TDEProcess* proc); + void receivedStdout(TDEProcess *proc, char *buffer, int buflen); public: MagicLabel(TQString s, bool translate); |