summaryrefslogtreecommitdiffstats
path: root/kopete/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/plugins')
-rw-r--r--kopete/plugins/alias/editaliasdialog.h2
-rw-r--r--kopete/plugins/connectionstatus/connectionstatusplugin.h2
-rw-r--r--kopete/plugins/contactnotes/contactnotesedit.h4
-rw-r--r--kopete/plugins/contactnotes/contactnotesplugin.h2
-rw-r--r--kopete/plugins/cryptography/cryptographyplugin.h6
-rw-r--r--kopete/plugins/cryptography/kgpgselkey.h2
-rw-r--r--kopete/plugins/cryptography/popuppublic.h6
-rw-r--r--kopete/plugins/highlight/highlightplugin.h6
-rw-r--r--kopete/plugins/highlight/highlightpreferences.h2
-rw-r--r--kopete/plugins/history/historylogger.h6
-rw-r--r--kopete/plugins/latex/latexplugin.h4
-rw-r--r--kopete/plugins/latex/latexpreferences.h2
-rw-r--r--kopete/plugins/motionautoaway/motionawayplugin.h2
-rw-r--r--kopete/plugins/nowlistening/nowlisteningplugin.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcsplugin.h2
-rw-r--r--kopete/plugins/smpppdcs/smpppdcspreferences.h2
-rw-r--r--kopete/plugins/statistics/statisticscontact.h2
-rw-r--r--kopete/plugins/statistics/statisticsdialog.h6
-rw-r--r--kopete/plugins/statistics/statisticsplugin.h2
-rw-r--r--kopete/plugins/texteffect/texteffectconfig.h2
-rw-r--r--kopete/plugins/texteffect/texteffectplugin.h4
-rw-r--r--kopete/plugins/texteffect/texteffectpreferences.h2
-rw-r--r--kopete/plugins/translator/translatorlanguages.h2
-rw-r--r--kopete/plugins/translator/translatorplugin.h2
-rw-r--r--kopete/plugins/webpresence/webpresenceplugin.h2
25 files changed, 38 insertions, 38 deletions
diff --git a/kopete/plugins/alias/editaliasdialog.h b/kopete/plugins/alias/editaliasdialog.h
index da3caf4b..f5967368 100644
--- a/kopete/plugins/alias/editaliasdialog.h
+++ b/kopete/plugins/alias/editaliasdialog.h
@@ -20,7 +20,7 @@
#include "aliasdialog.h"
-class QWidget;
+class TQWidget;
class EditAliasDialog : public AliasDialog
{
diff --git a/kopete/plugins/connectionstatus/connectionstatusplugin.h b/kopete/plugins/connectionstatus/connectionstatusplugin.h
index 726176cb..56f662ab 100644
--- a/kopete/plugins/connectionstatus/connectionstatusplugin.h
+++ b/kopete/plugins/connectionstatus/connectionstatusplugin.h
@@ -20,7 +20,7 @@
#include "kopeteplugin.h"
-class QTimer;
+class TQTimer;
class KProcess;
/**
diff --git a/kopete/plugins/contactnotes/contactnotesedit.h b/kopete/plugins/contactnotes/contactnotesedit.h
index 6af9178d..a027b1a8 100644
--- a/kopete/plugins/contactnotes/contactnotesedit.h
+++ b/kopete/plugins/contactnotes/contactnotesedit.h
@@ -22,8 +22,8 @@
#include <tqstring.h>
#include <kdialogbase.h>
-class QLabel;
-class QTextEdit;
+class TQLabel;
+class TQTextEdit;
namespace Kopete { class MetaContact; }
class ContactNotesPlugin;
diff --git a/kopete/plugins/contactnotes/contactnotesplugin.h b/kopete/plugins/contactnotes/contactnotesplugin.h
index f526070d..3163d47b 100644
--- a/kopete/plugins/contactnotes/contactnotesplugin.h
+++ b/kopete/plugins/contactnotes/contactnotesplugin.h
@@ -24,7 +24,7 @@
#include "kopeteplugin.h"
-class QString;
+class TQString;
class KAction;
class KActionCollection;
diff --git a/kopete/plugins/cryptography/cryptographyplugin.h b/kopete/plugins/cryptography/cryptographyplugin.h
index f34bd175..1b1e4489 100644
--- a/kopete/plugins/cryptography/cryptographyplugin.h
+++ b/kopete/plugins/cryptography/cryptographyplugin.h
@@ -21,9 +21,9 @@
#include "kopeteplugin.h"
-class QStringList;
-class QString;
-class QTimer;
+class TQStringList;
+class TQString;
+class TQTimer;
namespace Kopete
{
diff --git a/kopete/plugins/cryptography/kgpgselkey.h b/kopete/plugins/cryptography/kgpgselkey.h
index f511f999..20b3dfd2 100644
--- a/kopete/plugins/cryptography/kgpgselkey.h
+++ b/kopete/plugins/cryptography/kgpgselkey.h
@@ -24,7 +24,7 @@
#include <kdialogbase.h>
class KListView;
-class QCheckBox;
+class TQCheckBox;
typedef struct gpgKey{
TQString gpgkeymail;
diff --git a/kopete/plugins/cryptography/popuppublic.h b/kopete/plugins/cryptography/popuppublic.h
index ac8ab068..7e3208aa 100644
--- a/kopete/plugins/cryptography/popuppublic.h
+++ b/kopete/plugins/cryptography/popuppublic.h
@@ -25,10 +25,10 @@
#include <kshortcut.h>
-class QPushButton;
-class QCheckBox;
+class TQPushButton;
+class TQCheckBox;
class KListView;
-class QButtonGroup;
+class TQButtonGroup;
class KProcIO;
class popupPublic : public KDialogBase //QDialog
diff --git a/kopete/plugins/highlight/highlightplugin.h b/kopete/plugins/highlight/highlightplugin.h
index 2ea151d9..f5b0f671 100644
--- a/kopete/plugins/highlight/highlightplugin.h
+++ b/kopete/plugins/highlight/highlightplugin.h
@@ -25,9 +25,9 @@
#include "kopetemessage.h"
#include "kopeteplugin.h"
-class QStringList;
-class QString;
-class QTimer;
+class TQStringList;
+class TQString;
+class TQTimer;
namespace Kopete { class Message; }
namespace Kopete { class MetaContact; }
diff --git a/kopete/plugins/highlight/highlightpreferences.h b/kopete/plugins/highlight/highlightpreferences.h
index b6e2a8e1..ff51aa1f 100644
--- a/kopete/plugins/highlight/highlightpreferences.h
+++ b/kopete/plugins/highlight/highlightpreferences.h
@@ -23,7 +23,7 @@
class HighlightPrefsUI;
class Filter;
-class QListViewItem;
+class TQListViewItem;
/**
*@author Olivier Goffart
diff --git a/kopete/plugins/history/historylogger.h b/kopete/plugins/history/historylogger.h
index 49e368d9..c8a7690c 100644
--- a/kopete/plugins/history/historylogger.h
+++ b/kopete/plugins/history/historylogger.h
@@ -22,9 +22,9 @@
namespace Kopete { class Contact; }
namespace Kopete { class MetaContact; }
-class QFile;
-class QDomDocument;
-class QTimer;
+class TQFile;
+class TQDomDocument;
+class TQTimer;
/**
* One hinstance of this class is opened for every Kopete::ChatSession,
diff --git a/kopete/plugins/latex/latexplugin.h b/kopete/plugins/latex/latexplugin.h
index ebff5f8d..2eb9365b 100644
--- a/kopete/plugins/latex/latexplugin.h
+++ b/kopete/plugins/latex/latexplugin.h
@@ -29,8 +29,8 @@
#include "kopetemessage.h"
#include "kopeteplugin.h"
-class QStringList;
-class QString;
+class TQStringList;
+class TQString;
namespace Kopete { class Message; class ChatSession; }
diff --git a/kopete/plugins/latex/latexpreferences.h b/kopete/plugins/latex/latexpreferences.h
index 5bfc2f8f..e5a70140 100644
--- a/kopete/plugins/latex/latexpreferences.h
+++ b/kopete/plugins/latex/latexpreferences.h
@@ -22,7 +22,7 @@
#include <tqstring.h>
class LatexPrefsUI;
-class QListViewItem;
+class TQListViewItem;
/**
*@author Duncan Mac-Vicar Prett
diff --git a/kopete/plugins/motionautoaway/motionawayplugin.h b/kopete/plugins/motionautoaway/motionawayplugin.h
index 84172f33..c15caa3a 100644
--- a/kopete/plugins/motionautoaway/motionawayplugin.h
+++ b/kopete/plugins/motionautoaway/motionawayplugin.h
@@ -27,7 +27,7 @@
#include "kopeteplugin.h"
-class QTimer;
+class TQTimer;
/**
* @author Duncan Mac-Vicar Prett <duncan@kde.org>
diff --git a/kopete/plugins/nowlistening/nowlisteningplugin.h b/kopete/plugins/nowlistening/nowlisteningplugin.h
index 848b8aef..1108a9a5 100644
--- a/kopete/plugins/nowlistening/nowlisteningplugin.h
+++ b/kopete/plugins/nowlistening/nowlisteningplugin.h
@@ -28,7 +28,7 @@
namespace Kopete { class ChatSession; class Message; }
class NLMediaPlayer;
-class QStringList;
+class TQStringList;
/**
* @author Will Stephenson
diff --git a/kopete/plugins/smpppdcs/smpppdcsplugin.h b/kopete/plugins/smpppdcs/smpppdcsplugin.h
index 5c4ba2e6..7b8bdb94 100644
--- a/kopete/plugins/smpppdcs/smpppdcsplugin.h
+++ b/kopete/plugins/smpppdcs/smpppdcsplugin.h
@@ -30,7 +30,7 @@
#include "kopeteplugin.h"
#include "kopeteaccount.h"
-class QTimer;
+class TQTimer;
class Detector;
class OnlineInquiry;
diff --git a/kopete/plugins/smpppdcs/smpppdcspreferences.h b/kopete/plugins/smpppdcs/smpppdcspreferences.h
index dba3470b..d521412d 100644
--- a/kopete/plugins/smpppdcs/smpppdcspreferences.h
+++ b/kopete/plugins/smpppdcs/smpppdcspreferences.h
@@ -19,7 +19,7 @@
#include <kcmodule.h>
-class QListViewItem;
+class TQListViewItem;
class SMPPPDCSPrefs;
diff --git a/kopete/plugins/statistics/statisticscontact.h b/kopete/plugins/statistics/statisticscontact.h
index 719a65da..9d7f6575 100644
--- a/kopete/plugins/statistics/statisticscontact.h
+++ b/kopete/plugins/statistics/statisticscontact.h
@@ -21,7 +21,7 @@
#include "kopetemessage.h"
class StatisticsDB;
-class QDateTime;
+class TQDateTime;
class StatisticsContact
{
diff --git a/kopete/plugins/statistics/statisticsdialog.h b/kopete/plugins/statistics/statisticsdialog.h
index 294ec2a8..505ea0ef 100644
--- a/kopete/plugins/statistics/statisticsdialog.h
+++ b/kopete/plugins/statistics/statisticsdialog.h
@@ -20,9 +20,9 @@
#include <kdialogbase.h>
#include "kopetemetacontact.h"
-class QCanvasView;
-class QCanvas;
-class QStringList;
+class TQCanvasView;
+class TQCanvas;
+class TQStringList;
class StatisticsWidget;
class StatisticsPlugin;
diff --git a/kopete/plugins/statistics/statisticsplugin.h b/kopete/plugins/statistics/statisticsplugin.h
index 1492cd41..47658093 100644
--- a/kopete/plugins/statistics/statisticsplugin.h
+++ b/kopete/plugins/statistics/statisticsplugin.h
@@ -32,7 +32,7 @@
#include "statisticsdcopiface.h"
-class QString;
+class TQString;
class StatisticsDB;
class StatisticsContact;
diff --git a/kopete/plugins/texteffect/texteffectconfig.h b/kopete/plugins/texteffect/texteffectconfig.h
index 103ba772..2e9973b2 100644
--- a/kopete/plugins/texteffect/texteffectconfig.h
+++ b/kopete/plugins/texteffect/texteffectconfig.h
@@ -19,7 +19,7 @@
#ifndef TEXTEFFECTCONFIG_H
#define TEXTEFFECTCONFIG_H
-class QStringList;
+class TQStringList;
class TextEffectConfig
{
diff --git a/kopete/plugins/texteffect/texteffectplugin.h b/kopete/plugins/texteffect/texteffectplugin.h
index 63441435..6766bcfa 100644
--- a/kopete/plugins/texteffect/texteffectplugin.h
+++ b/kopete/plugins/texteffect/texteffectplugin.h
@@ -26,8 +26,8 @@
#include "kopeteplugin.h"
-class QStringList;
-class QString;
+class TQStringList;
+class TQString;
namespace Kopete { class Message; }
namespace Kopete { class MetaContact; }
diff --git a/kopete/plugins/texteffect/texteffectpreferences.h b/kopete/plugins/texteffect/texteffectpreferences.h
index e455e737..4a64ac1f 100644
--- a/kopete/plugins/texteffect/texteffectpreferences.h
+++ b/kopete/plugins/texteffect/texteffectpreferences.h
@@ -22,7 +22,7 @@
class TextEffectPrefs;
class TextEffectConfig;
-class QStringList;
+class TQStringList;
/**
*@author Olivier Goffart
diff --git a/kopete/plugins/translator/translatorlanguages.h b/kopete/plugins/translator/translatorlanguages.h
index 3ef4fb16..986e5c37 100644
--- a/kopete/plugins/translator/translatorlanguages.h
+++ b/kopete/plugins/translator/translatorlanguages.h
@@ -25,7 +25,7 @@
#include <tqmap.h>
#include <tqstringlist.h>
-class QString;
+class TQString;
class TranslatorLanguages
diff --git a/kopete/plugins/translator/translatorplugin.h b/kopete/plugins/translator/translatorplugin.h
index 823b6eef..d82a00be 100644
--- a/kopete/plugins/translator/translatorplugin.h
+++ b/kopete/plugins/translator/translatorplugin.h
@@ -33,7 +33,7 @@
#include "kopeteplugin.h"
-class QString;
+class TQString;
class KSelectAction;
namespace Kopete { class Message; }
diff --git a/kopete/plugins/webpresence/webpresenceplugin.h b/kopete/plugins/webpresence/webpresenceplugin.h
index 6e8ba946..eec5647e 100644
--- a/kopete/plugins/webpresence/webpresenceplugin.h
+++ b/kopete/plugins/webpresence/webpresenceplugin.h
@@ -27,7 +27,7 @@
#include "kopetecontact.h"
#include "kopeteonlinestatus.h"
-class QTimer;
+class TQTimer;
class KTempFile;
namespace Kopete { class MetaContact; }
class KToggleAction;