diff options
Diffstat (limited to 'kedit/kedit.h')
-rw-r--r-- | kedit/kedit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kedit/kedit.h b/kedit/kedit.h index 9751b57..93a0d02 100644 --- a/kedit/kedit.h +++ b/kedit/kedit.h @@ -47,7 +47,7 @@ namespace TDEIO { class Job; } class TopLevel : public TDEMainWindow { - Q_OBJECT + TQ_OBJECT public: @@ -205,7 +205,7 @@ private slots: }; class SettingsDialog: public TDEConfigDialog { -Q_OBJECT +TQ_OBJECT public: |