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.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/kopete/kopete/chatwindow/kopetechatwindow.h b/kopete/kopete/chatwindow/kopetechatwindow.h
index 39277d86..6b896d81 100644
--- a/kopete/kopete/chatwindow/kopetechatwindow.h
+++ b/kopete/kopete/chatwindow/kopetechatwindow.h
@@ -20,7 +20,7 @@
#define KOPETECHATWINDOW_H
#include <kparts/mainwindow.h>
-#include <qmovie.h>
+#include <tqmovie.h>
#include "kopetecontact.h"
#include "kdeversion.h"
@@ -48,7 +48,7 @@ class Message;
class ChatSession;
class Contact;
class Protocol;
-typedef QPtrList<Contact> ContactPtrList;
+typedef TQPtrList<Contact> ContactPtrList;
}
class KopeteChatWindow : public KParts::MainWindow
@@ -92,7 +92,7 @@ public:
ChatView *activeView();
void updateMembersActions();
- void setStatus( const QString & );
+ void setStatus( const TQString & );
/**
* Reimplemented from KMainWindow - asks each ChatView in the window if it is ok to close the window
@@ -102,11 +102,11 @@ public:
virtual bool queryExit();
KTempFile *backgroundFile;
- QPtrList<ChatView> chatViewList;
+ TQPtrList<ChatView> chatViewList;
private:
// All KopeteChatWindows are created by the window function
- KopeteChatWindow( QWidget *parent = 0, const char* name = "KopeteChatWindow" );
+ KopeteChatWindow( TQWidget *parent = 0, const char* name = "KopeteChatWindow" );
/**
* The window list has changed:
@@ -122,7 +122,7 @@ private:
void deleteTabBar();
void addTab( ChatView* );
void setPrimaryChatView( ChatView* );
- const QString fileContents( const QString &file ) const;
+ const TQString fileContents( const TQString &file ) const;
ChatView *m_activeView;
ChatView *m_popupView;
@@ -133,11 +133,11 @@ private:
KTabWidget *m_tabBar;
KPushButton *m_button_send;
KSqueezedTextLabel *m_status_text;
- QVBoxLayout *mainLayout;
- QFrame *mainArea;
- QLabel *anim;
- QMovie animIcon;
- QPixmap normalIcon;
+ TQVBoxLayout *mainLayout;
+ TQFrame *mainArea;
+ TQLabel *anim;
+ TQMovie animIcon;
+ TQPixmap normalIcon;
KAction *chatSend;
KAction *historyUp;
@@ -161,15 +161,15 @@ private:
KActionMenu *actionContactMenu;
KActionMenu *actionDetachMenu;
KActionMenu *actionTabPlacementMenu;
- QString statusMsg;
+ TQString statusMsg;
signals:
void closing( KopeteChatWindow* );
public slots:
- void slotSmileyActivated( const QString & );
- void setActiveView( QWidget *active );
- void updateBackground( const QPixmap &pm );
+ void slotSmileyActivated( const TQString & );
+ void setActiveView( TQWidget *active );
+ void updateBackground( const TQPixmap &pm );
private slots:
// void slotPrepareSmileyMenu();
@@ -219,10 +219,10 @@ private slots:
void slotSetCaption( bool );
void slotUpdateCaptionIcons( ChatView * );
void slotChatClosed();
- void slotTabContextMenu( QWidget*, const QPoint & );
+ void slotTabContextMenu( TQWidget*, const TQPoint & );
void slotStopAnimation( ChatView* );
void slotNickComplete();
- void slotCloseChat( QWidget* );
+ void slotCloseChat( TQWidget* );
//slots for tabs from the chatview widget
void updateChatState( ChatView* cv, int state );
@@ -233,7 +233,7 @@ private:
void updateSpellCheckAction();
protected:
- virtual void closeEvent( QCloseEvent *e );
+ virtual void closeEvent( TQCloseEvent *e );
virtual void windowActivationChange( bool );
};