diff options
Diffstat (limited to 'tdecmshell/main.h')
-rw-r--r-- | tdecmshell/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecmshell/main.h b/tdecmshell/main.h index 01f7d84c4..6f1ee1bda 100644 --- a/tdecmshell/main.h +++ b/tdecmshell/main.h @@ -32,7 +32,7 @@ */ class KCMShell : public TDEApplication { - Q_OBJECT + TQ_OBJECT public: @@ -81,7 +81,7 @@ private: */ class KCMShellMultiDialog : public KCMultiDialog, public DCOPObject { - Q_OBJECT + TQ_OBJECT K_DCOP public: |