summaryrefslogtreecommitdiffstats
path: root/konversation/src/nick.h
diff options
context:
space:
mode:
Diffstat (limited to 'konversation/src/nick.h')
-rw-r--r--konversation/src/nick.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/konversation/src/nick.h b/konversation/src/nick.h
index 1a5ae59..066aa4d 100644
--- a/konversation/src/nick.h
+++ b/konversation/src/nick.h
@@ -15,12 +15,12 @@
#ifndef NICK_H
#define NICK_H
-#include <qobject.h>
+#include <tqobject.h>
#include <klistview.h>
#include "channelnick.h"
-class Nick : public QObject, public KListViewItem
+class Nick : public TQObject, public KListViewItem
{
Q_OBJECT
public:
@@ -31,8 +31,8 @@ class Nick : public QObject, public KListViewItem
ChannelNickPtr getChannelNick() const;
int getSortingValue() const;
- virtual void paintCell(QPainter * p, const QColorGroup & cg, int column, int width, int align);
- virtual int compare(QListViewItem* item,int col,bool ascending) const;
+ virtual void paintCell(TQPainter * p, const TQColorGroup & cg, int column, int width, int align);
+ virtual int compare(TQListViewItem* item,int col,bool ascending) const;
public slots:
void refresh();
@@ -41,13 +41,13 @@ class Nick : public QObject, public KListViewItem
void refreshed();
protected:
- QString calculateLabel1();
- QString calculateLabel2();
+ TQString calculateLabel1();
+ TQString calculateLabel2();
protected:
ChannelNickPtr m_channelnickptr;
- QString label;
+ TQString label;
int m_height;
int m_flags;
bool m_away;