diff options
Diffstat (limited to 'src/otrlchatinterface.h')
-rw-r--r-- | src/otrlchatinterface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otrlchatinterface.h b/src/otrlchatinterface.h index 1f2fd3e..c4a9428 100644 --- a/src/otrlchatinterface.h +++ b/src/otrlchatinterface.h @@ -41,7 +41,7 @@ extern "C" { #include <libotr/userstate.h> } -class OtrlChatInterface: public TQObject +class KDE_EXPORT OtrlChatInterface: public TQObject { Q_OBJECT @@ -82,7 +82,7 @@ private: TQTimer m_forwardSecrecyTimer; }; - class KeyGenThread : public TQThread { +class KeyGenThread : public TQThread { private: TQString accountname; |