diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:07:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:07:32 -0600 |
commit | e8f365173e37780bc769530f21a4c23818cd6379 (patch) | |
tree | 21148d06d650a0680c5ad9dfeb5a35bb4b3cca4a /kolourpaint/widgets/kpcolortoolbar.h | |
parent | 39a64ad5e74cbffcaaca37dac6df6a833748a808 (diff) | |
download | tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.tar.gz tdegraphics-e8f365173e37780bc769530f21a4c23818cd6379.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kolourpaint/widgets/kpcolortoolbar.h')
-rw-r--r-- | kolourpaint/widgets/kpcolortoolbar.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kolourpaint/widgets/kpcolortoolbar.h b/kolourpaint/widgets/kpcolortoolbar.h index 7c005441..8f5080cc 100644 --- a/kolourpaint/widgets/kpcolortoolbar.h +++ b/kolourpaint/widgets/kpcolortoolbar.h @@ -59,7 +59,7 @@ class kpMainWindow; class kpDualColorButton : public TQFrame { Q_OBJECT - TQ_OBJECT + public: kpDualColorButton (kpMainWindow *mainWindow, @@ -119,7 +119,7 @@ protected: class kpColorCells : public KColorCells { Q_OBJECT - TQ_OBJECT + public: kpColorCells (TQWidget *parent, @@ -157,7 +157,7 @@ protected slots: class kpTransparentColorCell : public TQFrame { Q_OBJECT - TQ_OBJECT + public: kpTransparentColorCell (TQWidget *parent, const char *name = 0); @@ -185,7 +185,7 @@ protected: class kpColorPalette : public TQWidget { Q_OBJECT - TQ_OBJECT + public: kpColorPalette (TQWidget *parent, @@ -212,7 +212,7 @@ protected: class kpColorSimilarityToolBarItem : public kpColorSimilarityCube { Q_OBJECT - TQ_OBJECT + public: kpColorSimilarityToolBarItem (kpMainWindow *mainWindow, @@ -248,7 +248,7 @@ private: class kpColorToolBar : public KToolBar { Q_OBJECT - TQ_OBJECT + public: kpColorToolBar (const TQString &label, kpMainWindow *mainWindow, const char *name = 0); |