diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:05:59 -0600 |
commit | 82e173e68f73c1835c9f8d59919f7deb97fda905 (patch) | |
tree | 391192dc2d3083a447aa35dccd0483509926619f /styles/phase/config/phasestyleconfig.h | |
parent | 593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff) | |
download | tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'styles/phase/config/phasestyleconfig.h')
-rw-r--r-- | styles/phase/config/phasestyleconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/phase/config/phasestyleconfig.h b/styles/phase/config/phasestyleconfig.h index 63b3ef10..5b6f8e9c 100644 --- a/styles/phase/config/phasestyleconfig.h +++ b/styles/phase/config/phasestyleconfig.h @@ -34,7 +34,7 @@ class KConfig; class PhaseStyleConfig : public StyleDialog { Q_OBJECT - TQ_OBJECT + public: PhaseStyleConfig(TQWidget* parent); ~PhaseStyleConfig(); |