diff options
Diffstat (limited to 'src/smppopup.h')
-rw-r--r-- | src/smppopup.h | 3 |
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$*/ |