summaryrefslogtreecommitdiffstats
path: root/parts/quickopen/quickopenfiledialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/quickopen/quickopenfiledialog.h')
-rw-r--r--parts/quickopen/quickopenfiledialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/parts/quickopen/quickopenfiledialog.h b/parts/quickopen/quickopenfiledialog.h
index 105b5efd..852f0f5b 100644
--- a/parts/quickopen/quickopenfiledialog.h
+++ b/parts/quickopen/quickopenfiledialog.h
@@ -22,7 +22,7 @@
#define QUICKOPENFILEDIALOG_H
#include "quickopendialog.h"
-#include <qstringlist.h>
+#include <tqstringlist.h>
#include <kurl.h>
@@ -33,12 +33,12 @@ class QuickOpenFileDialog : public QuickOpenDialog
{
Q_OBJECT
public:
- QuickOpenFileDialog(QuickOpenPart* part, QWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 );
- QuickOpenFileDialog(QuickOpenPart* part, const KURL::List &, QWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 );
+ QuickOpenFileDialog(QuickOpenPart* part, TQWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 );
+ QuickOpenFileDialog(QuickOpenPart* part, const KURL::List &, TQWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 );
virtual ~QuickOpenFileDialog();
public slots:
- virtual void slotExecuted( QListBoxItem* );
+ virtual void slotExecuted( TQListBoxItem* );
virtual void slotReturnPressed();
private: