diff options
Diffstat (limited to 'example/example_factory.h')
-rw-r--r-- | example/example_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example_factory.h b/example/example_factory.h index 791f4043..d6a76c31 100644 --- a/example/example_factory.h +++ b/example/example_factory.h @@ -27,7 +27,7 @@ class TDEAboutData; class ExampleFactory : public KoFactory { - Q_OBJECT + TQ_OBJECT public: ExampleFactory( TQObject* parent = 0, const char* name = 0 ); |