summaryrefslogtreecommitdiffstats
path: root/src/privkeypopup.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-30 20:09:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-30 20:09:36 +0000
commitc54c3c07f612a7e039b015e8a2c4d8ec9ca5e9ff (patch)
tree9252de70e029efb2850bd6ac7508e058651d07eb /src/privkeypopup.h
parentc99e1ecc99f459c847136f51b98d905fcb11dd26 (diff)
downloadkopete-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.h')
-rw-r--r--src/privkeypopup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/privkeypopup.h b/src/privkeypopup.h
index 7730356..fb0ab1e 100644
--- a/src/privkeypopup.h
+++ b/src/privkeypopup.h
@@ -30,9 +30,10 @@
class PrivKeyPopup : public PrivKeyPopupUI
{
Q_OBJECT
+ TQ_OBJECT
public:
- PrivKeyPopup(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ PrivKeyPopup(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 );
~PrivKeyPopup();
void setCloseLock( bool locked );
/*$PUBLIC_FUNCTIONS$*/
@@ -44,7 +45,7 @@ protected:
/*$PROTECTED_FUNCTIONS$*/
bool closeLock;
- void closeEvent( QCloseEvent *e );
+ void closeEvent( TQCloseEvent *e );
protected slots:
/*$PROTECTED_SLOTS$*/