diff options
Diffstat (limited to 'src/simplemainwindow.h')
-rw-r--r-- | src/simplemainwindow.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/simplemainwindow.h b/src/simplemainwindow.h index cc7d86f4..e0328b1d 100644 --- a/src/simplemainwindow.h +++ b/src/simplemainwindow.h @@ -35,7 +35,7 @@ namespace KParts { } class SimpleMainWindow: public DMainWindow, public KDevMainWindow { - Q_OBJECT + TQ_OBJECT public: SimpleMainWindow(TQWidget* parent = 0, const char *name = 0); @@ -136,7 +136,4 @@ private: KURL::List m_splitURLs; }; - -// kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on - #endif |