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/verifypopup.h | |
parent | ecadb2ec0460ecfe0214fb1d90d0fc2e73919cd9 (diff) | |
download | kopete-otr-e9d275624dae5bb3a893f25ce3ca8f99bbc6019a.tar.gz kopete-otr-e9d275624dae5bb3a893f25ce3ca8f99bbc6019a.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'src/verifypopup.h')
-rw-r--r-- | src/verifypopup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verifypopup.h b/src/verifypopup.h index cdb314c..d74a4e9 100644 --- a/src/verifypopup.h +++ b/src/verifypopup.h @@ -27,7 +27,7 @@ class VerifyPopup : public VerifyPopupUI { Q_OBJECT - TQ_OBJECT + public: VerifyPopup(TQWidget* parent = 0, const char* name = 0, Kopete::ChatSession *session = NULL, bool modal = FALSE, WFlags fl = 0 ); |