diff options
Diffstat (limited to 'quanta/project/projectnewlocal.h')
-rw-r--r-- | quanta/project/projectnewlocal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quanta/project/projectnewlocal.h b/quanta/project/projectnewlocal.h index 498b336d..b1a984c9 100644 --- a/quanta/project/projectnewlocal.h +++ b/quanta/project/projectnewlocal.h @@ -30,8 +30,9 @@ class CopyTo; class ProjectNewLocal : public ProjectNewLocalS { Q_OBJECT + TQ_OBJECT public: - ProjectNewLocal(TQWidget *parent=0, const char *name=0); + ProjectNewLocal(TQWidget *tqparent=0, const char *name=0); ~ProjectNewLocal(); KURL::List files(); |