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/dotnet | |
parent | 593322f19fb1fade15fd8ba7fe7f3e9c1daab6bc (diff) | |
download | tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.tar.gz tdeartwork-82e173e68f73c1835c9f8d59919f7deb97fda905.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'styles/dotnet')
-rw-r--r-- | styles/dotnet/dotnet.h | 2 |
1 files changed, 1 insertions, 1 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(); |