summaryrefslogtreecommitdiffstats
path: root/parts/quickopen/quickopen_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/quickopen/quickopen_part.h')
-rw-r--r--parts/quickopen/quickopen_part.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/quickopen/quickopen_part.h b/parts/quickopen/quickopen_part.h
index 92dac902..19d92222 100644
--- a/parts/quickopen/quickopen_part.h
+++ b/parts/quickopen/quickopen_part.h
@@ -21,7 +21,7 @@
#ifndef __KDEVPART_QUICKOPEN_H__
#define __KDEVPART_QUICKOPEN_H__
-#include <qguardedptr.h>
+#include <tqguardedptr.h>
#include <kdevquickopen.h>
#include <codemodel.h>
@@ -31,7 +31,7 @@ class QuickOpenPart : public KDevQuickOpen
{
Q_OBJECT
public:
- QuickOpenPart(QObject *parent, const char *name, const QStringList &);
+ QuickOpenPart(TQObject *parent, const char *name, const TQStringList &);
virtual ~QuickOpenPart();
void selectItem( ItemDom item );