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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/parts/quickopen/quickopen_part.h b/parts/quickopen/quickopen_part.h
index 19d92222..6dbfb770 100644
--- a/parts/quickopen/quickopen_part.h
+++ b/parts/quickopen/quickopen_part.h
@@ -18,8 +18,8 @@
*
*/
-#ifndef __KDEVPART_QUICKOPEN_H__
-#define __KDEVPART_QUICKOPEN_H__
+#ifndef __KDEVPART_TQUICKOPEN_H__
+#define __KDEVPART_TQUICKOPEN_H__
#include <tqguardedptr.h>
#include <kdevquickopen.h>
@@ -30,8 +30,9 @@ class KAction;
class QuickOpenPart : public KDevQuickOpen
{
Q_OBJECT
+ TQ_OBJECT
public:
- QuickOpenPart(TQObject *parent, const char *name, const TQStringList &);
+ QuickOpenPart(TQObject *tqparent, const char *name, const TQStringList &);
virtual ~QuickOpenPart();
void selectItem( ItemDom item );