diff options
Diffstat (limited to 'xparts/xpart_notepad')
-rw-r--r-- | xparts/xpart_notepad/shell_xparthost.h | 2 | ||||
-rw-r--r-- | xparts/xpart_notepad/xp_notepad_factory.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.h b/xparts/xpart_notepad/shell_xparthost.h index 4e329822..e11e52f7 100644 --- a/xparts/xpart_notepad/shell_xparthost.h +++ b/xparts/xpart_notepad/shell_xparthost.h @@ -9,7 +9,7 @@ class TDEProcess; class ShellWindow : public KParts::MainWindow { - Q_OBJECT + TQ_OBJECT public: ShellWindow(); diff --git a/xparts/xpart_notepad/xp_notepad_factory.h b/xparts/xpart_notepad/xp_notepad_factory.h index 02d36cfc..2a4fe069 100644 --- a/xparts/xpart_notepad/xp_notepad_factory.h +++ b/xparts/xpart_notepad/xp_notepad_factory.h @@ -34,7 +34,7 @@ class TDEProcess; class XP_NotepadFactory : public KParts::Factory { - Q_OBJECT + TQ_OBJECT public: XP_NotepadFactory( bool clone = false ) {} virtual ~XP_NotepadFactory() {} @@ -47,7 +47,7 @@ public: class XP_NotepadPart : public XPartHost_KPart { - Q_OBJECT + TQ_OBJECT public: XP_NotepadPart(TQWidget *parentWidget, const char *widgetName, |