summaryrefslogtreecommitdiffstats
path: root/src/mainwindowshare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindowshare.h')
-rw-r--r--src/mainwindowshare.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindowshare.h b/src/mainwindowshare.h
index 72a4b5ea..f56d0201 100644
--- a/src/mainwindowshare.h
+++ b/src/mainwindowshare.h
@@ -27,9 +27,10 @@ namespace KParts {
/**
Shared main window functionality.
*/
-class MainWindowShare : public QObject
+class MainWindowShare : public TQObject
{
Q_OBJECT
+ TQ_OBJECT
public:
MainWindowShare(TQObject* pParent = 0L, const char* name = 0L);
~MainWindowShare() {}