diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:06:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:06:23 -0600 |
commit | 153e023cc2d72c36f700b8be485ccccca6d0e8f1 (patch) | |
tree | 2ebdcffd37f89f2bec1eb2547831a1f5118ccd20 /nsplugins/viewer | |
parent | 52d0d54062c878fac12cacab8ea9dbfe9c1da905 (diff) | |
download | tdebase-153e023cc2d72c36f700b8be485ccccca6d0e8f1.tar.gz tdebase-153e023cc2d72c36f700b8be485ccccca6d0e8f1.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'nsplugins/viewer')
-rw-r--r-- | nsplugins/viewer/qxteventloop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsplugins/viewer/qxteventloop.h b/nsplugins/viewer/qxteventloop.h index 5fdb81414..230c8a32c 100644 --- a/nsplugins/viewer/qxteventloop.h +++ b/nsplugins/viewer/qxteventloop.h @@ -50,7 +50,7 @@ class QXtEventLoopPrivate; class QXtEventLoop : public TQEventLoop { Q_OBJECT - TQ_OBJECT + public: QXtEventLoop( const char *applicationClass, XtAppContext context = NULL, XrmOptionDescRec *options = 0, int numOptions = 0); |