diff options
Diffstat (limited to 'ark/arkapp.h')
-rw-r--r-- | ark/arkapp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ark/arkapp.h b/ark/arkapp.h index 197b241..71cd573 100644 --- a/ark/arkapp.h +++ b/ark/arkapp.h @@ -52,6 +52,7 @@ class EqualKey class ArkApplication : public KUniqueApplication { Q_OBJECT + TQ_OBJECT public: virtual int newInstance(); virtual ~ArkApplication() {} @@ -78,7 +79,7 @@ class ArkApplication : public KUniqueApplication ArkApplication(); private: - TQWidget *m_mainwidget; // to be the parent of all ArkWidgets + TQWidget *m_mainwidget; // to be the tqparent of all ArkWidgets int m_windowCount; TQStringList openArksList; |