summaryrefslogtreecommitdiffstats
path: root/src/commandline_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commandline_part.h')
-rw-r--r--src/commandline_part.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/commandline_part.h b/src/commandline_part.h
index 03a8366..74aebda 100644
--- a/src/commandline_part.h
+++ b/src/commandline_part.h
@@ -20,7 +20,7 @@
#ifndef COMMANDLINE_PART_H
#define COMMANDLINE_PART_H
-#include <qobject.h>
+#include <tqobject.h>
class CommandExec;
class KCmdLineArgs;
@@ -28,11 +28,12 @@ class KCmdLineArgs;
/**
@author Rajko Albrecht
*/
-class commandline_part : public QObject
+class commandline_part : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
- commandline_part(QObject *parent, const char *name, KCmdLineArgs *args);
+ commandline_part(TQObject *tqparent, const char *name, KCmdLineArgs *args);
virtual ~commandline_part();
virtual int exec();
private: