diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:01:52 -0600 |
commit | 39ea174bc904b09d5d46cca210d2fa8e258b0102 (patch) | |
tree | ba4259ffffc5d399b688eebffa29a00102cde177 | |
parent | aec081422195e48095f1bf7b25c6da28d46e3072 (diff) | |
download | tde-style-lipstik-39ea174bc904b09d5d46cca210d2fa8e258b0102.tar.gz tde-style-lipstik-39ea174bc904b09d5d46cca210d2fa8e258b0102.zip |
Remove spurious TQ_OBJECT instances
-rw-r--r-- | style/config/lipstikconf.h | 2 | ||||
-rw-r--r-- | style/lipstik.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/style/config/lipstikconf.h b/style/config/lipstikconf.h index 2254649..2a88ba4 100644 --- a/style/config/lipstikconf.h +++ b/style/config/lipstikconf.h @@ -36,7 +36,7 @@ class TQCheckBox; class LipstikStyleConfig: public TQWidget { Q_OBJECT - TQ_OBJECT + public: LipstikStyleConfig(TQWidget* parent); ~LipstikStyleConfig(); diff --git a/style/lipstik.h b/style/lipstik.h index 653d98b..855473f 100644 --- a/style/lipstik.h +++ b/style/lipstik.h @@ -63,7 +63,7 @@ class TQTimer; class LipstikStyle : public KStyle { Q_OBJECT - TQ_OBJECT + public: LipstikStyle(); |