summaryrefslogtreecommitdiffstats
path: root/quanta/project/projectnewlocal.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/project/projectnewlocal.h')
-rw-r--r--quanta/project/projectnewlocal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/project/projectnewlocal.h b/quanta/project/projectnewlocal.h
index 2d2d6d10..498b336d 100644
--- a/quanta/project/projectnewlocal.h
+++ b/quanta/project/projectnewlocal.h
@@ -18,7 +18,7 @@
#ifndef PROJECTNEWLOCAL_H
#define PROJECTNEWLOCAL_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kurl.h>
#include <projectnewlocals.h>
@@ -31,7 +31,7 @@ class CopyTo;
class ProjectNewLocal : public ProjectNewLocalS {
Q_OBJECT
public:
- ProjectNewLocal(QWidget *parent=0, const char *name=0);
+ ProjectNewLocal(TQWidget *parent=0, const char *name=0);
~ProjectNewLocal();
KURL::List files();
@@ -47,7 +47,7 @@ public slots:
void slotInsertFilesAfterCopying(const KURL::List&);
void slotDeleteCopyToDialog(CopyTo*);
- virtual void resizeEvent( QResizeEvent * );
+ virtual void resizeEvent( TQResizeEvent * );
private:
KURL baseURL;