diff options
Diffstat (limited to 'src/smppopup.h')
-rw-r--r-- | src/smppopup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/smppopup.h b/src/smppopup.h index 69c9513..10801dd 100644 --- a/src/smppopup.h +++ b/src/smppopup.h @@ -33,7 +33,6 @@ extern "C"{ class SMPPopup : public SMPPopupUI { Q_OBJECT - public: 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 ); @@ -61,4 +60,3 @@ protected slots: }; #endif - |