diff options
Diffstat (limited to 'dcop/dcopserver.h')
-rw-r--r-- | dcop/dcopserver.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dcop/dcopserver.h b/dcop/dcopserver.h index 343a2bc34..7b649ccf2 100644 --- a/dcop/dcopserver.h +++ b/dcop/dcopserver.h @@ -50,15 +50,15 @@ class DCOPConnection; class DCOPListener; class DCOPSignalConnectionList; class DCOPSignals; -class QTimer; +class TQTimer; // If you enable the following define DCOP will create // $HOME/.dcop.log file which will list all signals passing // through it. //#define DCOP_LOG #ifdef DCOP_LOG -class QTextStream; -class QFile; +class TQTextStream; +class TQFile; #endif typedef TQValueList<TQCString> QCStringList; |