diff --git a/src/configdlg.h b/src/configdlg.h index 767910e..839f01a 100644 --- a/src/configdlg.h +++ b/src/configdlg.h @@ -29,7 +29,7 @@ class TopLevel; class KTMConfigureDialog : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KTMConfigureDialog(TopLevel* tlapp, TQWidget* parent = 0, const char* name = 0); diff --git a/src/toplevel.h b/src/toplevel.h index 02261c3..71e22b9 100644 --- a/src/toplevel.h +++ b/src/toplevel.h @@ -43,7 +43,7 @@ class TimeEdit; class TopLevel : public KSystemTray { - Q_OBJECT + TQ_OBJECT public: