diff options
Diffstat (limited to 'src/svnfrontend/hotcopydlg_impl.h')
-rw-r--r-- | src/svnfrontend/hotcopydlg_impl.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/svnfrontend/hotcopydlg_impl.h b/src/svnfrontend/hotcopydlg_impl.h index 54655ac..fcfb9f7 100644 --- a/src/svnfrontend/hotcopydlg_impl.h +++ b/src/svnfrontend/hotcopydlg_impl.h @@ -24,16 +24,17 @@ class HotcopyDlg_impl: public HotcopyDlg { Q_OBJECT + TQ_OBJECT public: - HotcopyDlg_impl(QWidget *parent = 0, const char *name = 0); + HotcopyDlg_impl(TQWidget *tqparent = 0, const char *name = 0); virtual ~HotcopyDlg_impl(); - QString srcPath()const; - QString destPath()const; + TQString srcPath()const; + TQString destPath()const; bool cleanLogs()const; private: - QString checkPath(const QString&)const; + TQString checkPath(const TQString&)const; public slots: |