diff options
Diffstat (limited to 'quanta/dialogs/copyto.h')
-rw-r--r-- | quanta/dialogs/copyto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quanta/dialogs/copyto.h b/quanta/dialogs/copyto.h index 452919aa..b46947db 100644 --- a/quanta/dialogs/copyto.h +++ b/quanta/dialogs/copyto.h @@ -28,8 +28,9 @@ class KURL; -class CopyTo : public QObject{ +class CopyTo : public TQObject{ Q_OBJECT + TQ_OBJECT public: CopyTo(const KURL& dirURL); ~CopyTo(); |