diff options
author | Timothy Pearson <[email protected]> | 2012-02-17 16:00:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-17 16:00:43 -0600 |
commit | e9d275624dae5bb3a893f25ce3ca8f99bbc6019a (patch) | |
tree | 9eae427557783c117c29d28a8d37a10108cb0f96 /src/otrplugin.h | |
parent | ecadb2ec0460ecfe0214fb1d90d0fc2e73919cd9 (diff) | |
download | kopete-otr-e9d275624dae5bb3a893f25ce3ca8f99bbc6019a.tar.gz kopete-otr-e9d275624dae5bb3a893f25ce3ca8f99bbc6019a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/otrplugin.h')
-rw-r--r-- | src/otrplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otrplugin.h b/src/otrplugin.h index 5e260b6..f13c802 100644 --- a/src/otrplugin.h +++ b/src/otrplugin.h @@ -68,7 +68,7 @@ public: class OTRPlugin : public Kopete::Plugin { Q_OBJECT - TQ_OBJECT + public: |