diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:07:32 -0600 |
commit | e8f365173e37780bc769530f21a4c23818cd6379 (patch) | |
tree | 21148d06d650a0680c5ad9dfeb5a35bb4b3cca4a /kghostview/kgv_view.h | |
parent | 39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff) | |
download | tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kghostview/kgv_view.h')
-rw-r--r-- | kghostview/kgv_view.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kghostview/kgv_view.h b/kghostview/kgv_view.h index f3fe468f..61c9d77c 100644 --- a/kghostview/kgv_view.h +++ b/kghostview/kgv_view.h @@ -55,7 +55,7 @@ class ScrollBox; class KGVPart: public KParts::ReadOnlyPart { Q_OBJECT - TQ_OBJECT + public: KGVPart( TQWidget* parentWidget, const char* widgetName, TQObject* parent, const char* name, @@ -231,7 +231,7 @@ private: class KGVBrowserExtension : public KParts::BrowserExtension { Q_OBJECT - TQ_OBJECT + friend class KGVPart; // emits our signals public: KGVBrowserExtension( KGVPart* parent ); @@ -245,7 +245,7 @@ public slots: class KGVRun : public KRun { Q_OBJECT - TQ_OBJECT + public: KGVRun( const KURL& url, mode_t mode = 0, |