diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:58:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 15:58:45 -0600 |
commit | 33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0 (patch) | |
tree | 02797061cba5f5a5caf94fa5c5f94e13ad068084 /kontact_plugin/uniqueapphandler.h | |
parent | 81c05336d333ef966af8f8a4663898315e460685 (diff) | |
download | basket-33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0.tar.gz basket-33e86e1999d891dd2bc7ac2f66bbc1fb6d3bc5b0.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kontact_plugin/uniqueapphandler.h')
-rw-r--r-- | kontact_plugin/uniqueapphandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact_plugin/uniqueapphandler.h b/kontact_plugin/uniqueapphandler.h index c0c2ee8..3882cd7 100644 --- a/kontact_plugin/uniqueapphandler.h +++ b/kontact_plugin/uniqueapphandler.h @@ -89,7 +89,7 @@ template <class T> class UniqueAppHandlerFactory : public UniqueAppHandlerFactor class KDE_EXPORT UniqueAppWatcher : public TQObject { Q_OBJECT - TQ_OBJECT + public: /** |