diff options
Diffstat (limited to 'examples/movies')
-rw-r--r-- | examples/movies/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp index cabfc5553..93fbeb438 100644 --- a/examples/movies/main.cpp +++ b/examples/movies/main.cpp @@ -18,7 +18,7 @@ class MovieScreen : public TQFrame { - Q_OBJECT + TQ_OBJECT TQMovie movie; TQString filename; TQSize sh; @@ -218,7 +218,7 @@ public: // A TQFileDialog that chooses movies. // class MovieStarter: public TQFileDialog { - Q_OBJECT + TQ_OBJECT public: MovieStarter(const char *dir); |