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 | |
parent | 593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff) | |
download | tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'styles')
-rw-r--r-- | styles/dotnet/dotnet.h | 2 | ||||
-rw-r--r-- | styles/phase/config/phasestyleconfig.h | 2 | ||||
-rw-r--r-- | styles/phase/phasestyle.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/styles/dotnet/dotnet.h b/styles/dotnet/dotnet.h index 5e4f104a..a5760aac 100644 --- a/styles/dotnet/dotnet.h +++ b/styles/dotnet/dotnet.h @@ -35,7 +35,7 @@ class dotNETstyle : public KStyle { Q_OBJECT - TQ_OBJECT + public: dotNETstyle(); 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(); diff --git a/styles/phase/phasestyle.h b/styles/phase/phasestyle.h index ec0f2352..631653af 100644 --- a/styles/phase/phasestyle.h +++ b/styles/phase/phasestyle.h @@ -57,7 +57,7 @@ private: class PhaseStyle : public KStyle { Q_OBJECT - TQ_OBJECT + public: PhaseStyle(); virtual ~PhaseStyle(); |