diff options
Diffstat (limited to 'kopete/protocols/irc')
-rw-r--r-- | kopete/protocols/irc/ircaddcontactpage.h | 2 | ||||
-rw-r--r-- | kopete/protocols/irc/irccontact.h | 2 | ||||
-rw-r--r-- | kopete/protocols/irc/irccontactmanager.h | 2 | ||||
-rw-r--r-- | kopete/protocols/irc/ircprotocol.h | 4 | ||||
-rw-r--r-- | kopete/protocols/irc/ircusercontact.h | 2 | ||||
-rw-r--r-- | kopete/protocols/irc/libkirc/kircengine.h | 2 | ||||
-rw-r--r-- | kopete/protocols/irc/libkirc/kirctransfer.h | 4 | ||||
-rw-r--r-- | kopete/protocols/irc/libkirc/kirctransferhandler.h | 4 | ||||
-rw-r--r-- | kopete/protocols/irc/libkirc/kirctransferserver.h | 4 | ||||
-rw-r--r-- | kopete/protocols/irc/ui/channellist.h | 16 | ||||
-rw-r--r-- | kopete/protocols/irc/ui/irceditaccountwidget.h | 2 |
11 files changed, 22 insertions, 22 deletions
diff --git a/kopete/protocols/irc/ircaddcontactpage.h b/kopete/protocols/irc/ircaddcontactpage.h index 8f5a0bec..390cd829 100644 --- a/kopete/protocols/irc/ircaddcontactpage.h +++ b/kopete/protocols/irc/ircaddcontactpage.h @@ -23,7 +23,7 @@ class ircAddUI; namespace Kopete { class MetaContact; } class IRCAccount; -class QListViewItem; +class TQListViewItem; class ChannelList; /** diff --git a/kopete/protocols/irc/irccontact.h b/kopete/protocols/irc/irccontact.h index 9005f015..7a9fd169 100644 --- a/kopete/protocols/irc/irccontact.h +++ b/kopete/protocols/irc/irccontact.h @@ -47,7 +47,7 @@ class MetaContact; class KopeteView; -class QTextCodec; +class TQTextCodec; /** * @author Jason Keirstead <[email protected]> diff --git a/kopete/protocols/irc/irccontactmanager.h b/kopete/protocols/irc/irccontactmanager.h index 18a30111..7ce8483c 100644 --- a/kopete/protocols/irc/irccontactmanager.h +++ b/kopete/protocols/irc/irccontactmanager.h @@ -43,7 +43,7 @@ class MetaContact; class KopeteView; -class QTimer; +class TQTimer; /** * @author Michel Hermier <[email protected]> diff --git a/kopete/protocols/irc/ircprotocol.h b/kopete/protocols/irc/ircprotocol.h index 0028e60b..0151f900 100644 --- a/kopete/protocols/irc/ircprotocol.h +++ b/kopete/protocols/irc/ircprotocol.h @@ -39,8 +39,8 @@ class AddContactPage; class EditAccountWidget; class IRCAccount; -class QStringList; -class QWidget; +class TQStringList; +class TQWidget; class KopeteView; class IRCNetwork; diff --git a/kopete/protocols/irc/ircusercontact.h b/kopete/protocols/irc/ircusercontact.h index b1cafa11..860f3972 100644 --- a/kopete/protocols/irc/ircusercontact.h +++ b/kopete/protocols/irc/ircusercontact.h @@ -23,7 +23,7 @@ #include "irccontact.h" #include "kopeteonlinestatus.h" -class QTimer; +class TQTimer; class KActionCollection; class KAction; diff --git a/kopete/protocols/irc/libkirc/kircengine.h b/kopete/protocols/irc/libkirc/kircengine.h index 4fb381f1..c39bbe6e 100644 --- a/kopete/protocols/irc/libkirc/kircengine.h +++ b/kopete/protocols/irc/libkirc/kircengine.h @@ -40,7 +40,7 @@ #include <tqstring.h> #include <tqstringlist.h> -class QRegExp; +class TQRegExp; namespace KIRC { diff --git a/kopete/protocols/irc/libkirc/kirctransfer.h b/kopete/protocols/irc/libkirc/kirctransfer.h index 4053d1fd..36d8de32 100644 --- a/kopete/protocols/irc/libkirc/kirctransfer.h +++ b/kopete/protocols/irc/libkirc/kirctransfer.h @@ -26,8 +26,8 @@ class KExtendedSocket; -class QFile; -class QTextCodec; +class TQFile; +class TQTextCodec; namespace KIRC { diff --git a/kopete/protocols/irc/libkirc/kirctransferhandler.h b/kopete/protocols/irc/libkirc/kirctransferhandler.h index de03b810..dc02754c 100644 --- a/kopete/protocols/irc/libkirc/kirctransferhandler.h +++ b/kopete/protocols/irc/libkirc/kirctransferhandler.h @@ -23,8 +23,8 @@ #include "kirctransfer.h" #include "kirctransferserver.h" -class QFile; -class QTextCodec; +class TQFile; +class TQTextCodec; class KExtendedSocket; diff --git a/kopete/protocols/irc/libkirc/kirctransferserver.h b/kopete/protocols/irc/libkirc/kirctransferserver.h index af7c498d..80031859 100644 --- a/kopete/protocols/irc/libkirc/kirctransferserver.h +++ b/kopete/protocols/irc/libkirc/kirctransferserver.h @@ -24,8 +24,8 @@ class KExtendedSocket; -class QFile; -class QTextCodec; +class TQFile; +class TQTextCodec; namespace KIRC { diff --git a/kopete/protocols/irc/ui/channellist.h b/kopete/protocols/irc/ui/channellist.h index 59b03a25..229bf4c6 100644 --- a/kopete/protocols/irc/ui/channellist.h +++ b/kopete/protocols/irc/ui/channellist.h @@ -24,15 +24,15 @@ #include "kircengine.h" -class QVBoxLayout; -class QHBoxLayout; -class QGridLayout; -class QLabel; -class QLineEdit; -class QPushButton; +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQLabel; +class TQLineEdit; +class TQPushButton; class KListView; -class QSpinBox; -class QListViewItem; +class TQSpinBox; +class TQListViewItem; class ChannelList : public QWidget diff --git a/kopete/protocols/irc/ui/irceditaccountwidget.h b/kopete/protocols/irc/ui/irceditaccountwidget.h index 348e5cc3..bd9718f3 100644 --- a/kopete/protocols/irc/ui/irceditaccountwidget.h +++ b/kopete/protocols/irc/ui/irceditaccountwidget.h @@ -24,7 +24,7 @@ class IRCProtocol; class IRCAccount; class KListView; -class QListViewItem; +class TQListViewItem; class IRCEditAccountWidget : public IRCEditAccountBase, public KopeteEditAccountWidget { |