diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 20:09:36 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-30 20:09:36 +0000 |
commit | c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff (patch) | |
tree | 9252de70e029efb2850bd6ac7508e058651d07eb /src/privkeypopup.cpp | |
parent | c99e1ecc99f459c847136f51b98d905fcb11dd26 (diff) | |
download | kopete-otr-c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff.tar.gz kopete-otr-c54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff.zip |
TQt4 port kopete-otr
This enables compilation under both Qt3 and Qt4
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kopete-otr@1238882 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/privkeypopup.cpp')
-rw-r--r-- | src/privkeypopup.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/privkeypopup.cpp b/src/privkeypopup.cpp index 0fbdc60..931e3cb 100644 --- a/src/privkeypopup.cpp +++ b/src/privkeypopup.cpp @@ -25,8 +25,8 @@ #include "privkeypopup.h" -PrivKeyPopup::PrivKeyPopup(QWidget* parent, const char* name, WFlags fl) -: PrivKeyPopupUI(parent,name,fl) +PrivKeyPopup::PrivKeyPopup(TQWidget* tqparent, const char* name, WFlags fl) +: PrivKeyPopupUI(tqparent,name,fl) { } @@ -38,7 +38,7 @@ void PrivKeyPopup::setCloseLock( bool locked ){ closeLock = locked; } -void PrivKeyPopup::closeEvent( QCloseEvent *e ){ +void PrivKeyPopup::closeEvent( TQCloseEvent *e ){ if( closeLock ){ e->ignore(); } else { |