summaryrefslogtreecommitdiffstats
path: root/src/smppopup.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-22 17:22:32 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-22 17:22:32 -0500
commit1b9b8e3c30b106485611a77130ddaa203111d77b (patch)
tree6fe3d7cd99246e5ef52dd73226610858be9f2baa /src/smppopup.h
parentc8e8b9c67e66818b15e29929f8a0ca36a1e94d45 (diff)
downloadkopete-otr-1b9b8e3c30b106485611a77130ddaa203111d77b.tar.gz
kopete-otr-1b9b8e3c30b106485611a77130ddaa203111d77b.zip
Add preliminary untested support for libotr 4.x
This relates to Bug 1987
Diffstat (limited to 'src/smppopup.h')
-rw-r--r--src/smppopup.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smppopup.h b/src/smppopup.h
index edbdf64..69c9513 100644
--- a/src/smppopup.h
+++ b/src/smppopup.h
@@ -36,7 +36,7 @@ class SMPPopup : public SMPPopupUI
public:
- SMPPopup(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true );
+ SMPPopup(TQWidget* parent = 0, const char* name = 0, TQString title = TQString::null, WFlags fl = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true );
~SMPPopup();
/*$PUBLIC_FUNCTIONS$*/
@@ -53,6 +53,7 @@ protected:
ConnContext *context;
Kopete::ChatSession *session;
bool initiate;
+ bool question;
protected slots:
/*$PROTECTED_SLOTS$*/