summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/chatwindow/kopetechatwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/chatwindow/kopetechatwindow.h')
-rw-r--r--kopete/kopete/chatwindow/kopetechatwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kopete/kopete/chatwindow/kopetechatwindow.h b/kopete/kopete/chatwindow/kopetechatwindow.h
index c80a0dad..b1f9698b 100644
--- a/kopete/kopete/chatwindow/kopetechatwindow.h
+++ b/kopete/kopete/chatwindow/kopetechatwindow.h
@@ -54,6 +54,7 @@ typedef TQPtrList<Contact> ContactPtrList;
class KopeteChatWindow : public KParts::MainWindow
{
Q_OBJECT
+ TQ_OBJECT
enum {NEW_WINDOW, GROUP_BY_ACCOUNT, GROUP_ALL, GROUP_BY_GROUP, GROUP_BY_METACONTACT};
@@ -92,7 +93,7 @@ public:
ChatView *activeView();
void updateMembersActions();
- void setStatus( const TQString & );
+ void settqStatus( const TQString & );
/**
* Reimplemented from KMainWindow - asks each ChatView in the window if it is ok to close the window
@@ -106,7 +107,7 @@ public:
private:
// All KopeteChatWindows are created by the window function
- KopeteChatWindow( TQWidget *parent = 0, const char* name = "KopeteChatWindow" );
+ KopeteChatWindow( TQWidget *tqparent = 0, const char* name = "KopeteChatWindow" );
/**
* The window list has changed: