summaryrefslogtreecommitdiffstats
path: root/kopete/kopete/chatwindow/kopeteemailwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/kopete/chatwindow/kopeteemailwindow.h')
-rw-r--r--kopete/kopete/chatwindow/kopeteemailwindow.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kopete/kopete/chatwindow/kopeteemailwindow.h b/kopete/kopete/chatwindow/kopeteemailwindow.h
index 43908645..165ee53a 100644
--- a/kopete/kopete/chatwindow/kopeteemailwindow.h
+++ b/kopete/kopete/chatwindow/kopeteemailwindow.h
@@ -44,7 +44,7 @@ public:
virtual void makeVisible();
virtual bool closeView( bool force = false );
virtual bool isVisible();
- virtual QWidget *mainWidget() { return this; }
+ virtual TQWidget *mainWidget() { return this; }
public slots:
virtual void sendMessage();
@@ -58,7 +58,7 @@ signals:
virtual void activated( KopeteView *view );
protected:
- virtual void closeEvent( QCloseEvent *e );
+ virtual void closeEvent( TQCloseEvent *e );
virtual void windowActivationChange( bool activated );
private slots:
@@ -68,7 +68,7 @@ private slots:
void slotReadPrev();
void slotCloseView();
- void slotSmileyActivated( const QString & );
+ void slotSmileyActivated( const TQString & );
void slotCopy();
void slotViewMenuBar();
@@ -94,7 +94,7 @@ private:
class EmailWindowPlugin : public Kopete::ViewPlugin
{
public:
- EmailWindowPlugin(QObject *parent, const char *name, const QStringList &args);
+ EmailWindowPlugin(TQObject *parent, const char *name, const TQStringList &args);
KopeteView* createView( Kopete::ChatSession *manager );
};