summaryrefslogtreecommitdiffstats
path: root/kontact
diff options
context:
space:
mode:
Diffstat (limited to 'kontact')
-rw-r--r--kontact/interfaces/plugin.h4
-rw-r--r--kontact/plugins/kmail/kcmkmailsummary.h4
-rw-r--r--kontact/plugins/kmail/kmail_plugin.h4
-rw-r--r--kontact/plugins/kmail/summarywidget.h4
-rw-r--r--kontact/plugins/knotes/knotes_part.h2
-rw-r--r--kontact/plugins/knotes/knotetip.h2
-rw-r--r--kontact/plugins/knotes/summarywidget.h4
-rw-r--r--kontact/plugins/korganizer/kcmkorgsummary.h2
-rw-r--r--kontact/plugins/korganizer/summarywidget.h4
-rw-r--r--kontact/plugins/korganizer/todosummarywidget.h4
-rw-r--r--kontact/plugins/kpilot/summarywidget.h4
-rw-r--r--kontact/plugins/newsticker/kcmkontactknt.h2
-rw-r--r--kontact/plugins/newsticker/summarywidget.h4
-rw-r--r--kontact/plugins/specialdates/kcmsdsummary.h6
-rw-r--r--kontact/plugins/specialdates/sdsummarywidget.h4
-rw-r--r--kontact/plugins/summary/summaryview_part.h6
-rw-r--r--kontact/plugins/test/test_part.cpp2
-rw-r--r--kontact/plugins/test/test_part.h2
-rw-r--r--kontact/plugins/weather/summarywidget.h6
-rw-r--r--kontact/src/iconsidepane.h2
-rw-r--r--kontact/src/kcmkontact.h6
-rw-r--r--kontact/src/mainwindow.h8
-rw-r--r--kontact/src/profiledialog.h4
-rw-r--r--kontact/src/profilemanager.h2
24 files changed, 46 insertions, 46 deletions
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h
index f3b44431..e94c0315 100644
--- a/kontact/interfaces/plugin.h
+++ b/kontact/interfaces/plugin.h
@@ -29,13 +29,13 @@
#include <kdepimmacros.h>
#include <tqptrlist.h>
-class QStringList;
+class TQStringList;
class DCOPClient;
class DCOPObject;
class KAboutData;
class KAction;
class KConfig;
-class QWidget;
+class TQWidget;
namespace KParts { class ReadOnlyPart; }
/**
diff --git a/kontact/plugins/kmail/kcmkmailsummary.h b/kontact/plugins/kmail/kcmkmailsummary.h
index da43a0b2..4ef16a96 100644
--- a/kontact/plugins/kmail/kcmkmailsummary.h
+++ b/kontact/plugins/kmail/kcmkmailsummary.h
@@ -30,8 +30,8 @@
class KListView;
-class QCheckBox;
-class QCheckListItem;
+class TQCheckBox;
+class TQCheckListItem;
class KCMKMailSummary : public KCModule
{
diff --git a/kontact/plugins/kmail/kmail_plugin.h b/kontact/plugins/kmail/kmail_plugin.h
index 73bb361b..0077182b 100644
--- a/kontact/plugins/kmail/kmail_plugin.h
+++ b/kontact/plugins/kmail/kmail_plugin.h
@@ -32,8 +32,8 @@
#include <summary.h>
#include <uniqueapphandler.h>
-class QMimeSource;
-class QDropEvent;
+class TQMimeSource;
+class TQDropEvent;
class KMailUniqueAppHandler : public Kontact::UniqueAppHandler
{
diff --git a/kontact/plugins/kmail/summarywidget.h b/kontact/plugins/kmail/summarywidget.h
index dc058e45..bd875565 100644
--- a/kontact/plugins/kmail/summarywidget.h
+++ b/kontact/plugins/kmail/summarywidget.h
@@ -35,8 +35,8 @@
#include "plugin.h"
#include "summary.h"
-class QGridLayout;
-class QString;
+class TQGridLayout;
+class TQString;
class SummaryWidget : public Kontact::Summary, public DCOPObject
{
diff --git a/kontact/plugins/knotes/knotes_part.h b/kontact/plugins/knotes/knotes_part.h
index b737ddf8..de41f9aa 100644
--- a/kontact/plugins/knotes/knotes_part.h
+++ b/kontact/plugins/knotes/knotes_part.h
@@ -34,7 +34,7 @@
#include "knotes/KNotesIface.h"
class KIconView;
-class QIconViewItem;
+class TQIconViewItem;
class KNotesIconViewItem;
class KNoteTip;
class KNoteEditDlg;
diff --git a/kontact/plugins/knotes/knotetip.h b/kontact/plugins/knotes/knotetip.h
index a9739196..c19244fa 100644
--- a/kontact/plugins/knotes/knotetip.h
+++ b/kontact/plugins/knotes/knotetip.h
@@ -34,7 +34,7 @@
#include <tqframe.h>
-class QTextEdit;
+class TQTextEdit;
class KIconView;
class KNotesIconViewItem;
diff --git a/kontact/plugins/knotes/summarywidget.h b/kontact/plugins/knotes/summarywidget.h
index dff4319a..cc71f472 100644
--- a/kontact/plugins/knotes/summarywidget.h
+++ b/kontact/plugins/knotes/summarywidget.h
@@ -33,8 +33,8 @@
#include <libkcal/resourcelocal.h>
#include <libkcal/calendarresources.h>
-class QGridLayout;
-class QLabel;
+class TQGridLayout;
+class TQLabel;
namespace Kontact {
class Plugin;
diff --git a/kontact/plugins/korganizer/kcmkorgsummary.h b/kontact/plugins/korganizer/kcmkorgsummary.h
index 9ae0ac58..60a876d1 100644
--- a/kontact/plugins/korganizer/kcmkorgsummary.h
+++ b/kontact/plugins/korganizer/kcmkorgsummary.h
@@ -27,7 +27,7 @@
#include <kcmodule.h>
class QSpinxBox;
-class QButtonGroup;
+class TQButtonGroup;
class KCMKOrgSummary : public KCModule
{
diff --git a/kontact/plugins/korganizer/summarywidget.h b/kontact/plugins/korganizer/summarywidget.h
index a88d50dd..2f018a50 100644
--- a/kontact/plugins/korganizer/summarywidget.h
+++ b/kontact/plugins/korganizer/summarywidget.h
@@ -31,8 +31,8 @@
#include "summary.h"
-class QGridLayout;
-class QLabel;
+class TQGridLayout;
+class TQLabel;
class KOrganizerPlugin;
diff --git a/kontact/plugins/korganizer/todosummarywidget.h b/kontact/plugins/korganizer/todosummarywidget.h
index 029dec9a..c5286e19 100644
--- a/kontact/plugins/korganizer/todosummarywidget.h
+++ b/kontact/plugins/korganizer/todosummarywidget.h
@@ -31,8 +31,8 @@
#include "summary.h"
-class QGridLayout;
-class QLabel;
+class TQGridLayout;
+class TQLabel;
class TodoPlugin;
diff --git a/kontact/plugins/kpilot/summarywidget.h b/kontact/plugins/kpilot/summarywidget.h
index ab221b4c..09b3e77d 100644
--- a/kontact/plugins/kpilot/summarywidget.h
+++ b/kontact/plugins/kpilot/summarywidget.h
@@ -38,8 +38,8 @@
#include <tqwidget.h>
#include <tqdatetime.h>
-class QGridLayout;
-class QLabel;
+class TQGridLayout;
+class TQLabel;
class KURLLabel;
class SummaryWidget : public Kontact::Summary, public DCOPObject
diff --git a/kontact/plugins/newsticker/kcmkontactknt.h b/kontact/plugins/newsticker/kcmkontactknt.h
index c88c94e2..a8572b8e 100644
--- a/kontact/plugins/newsticker/kcmkontactknt.h
+++ b/kontact/plugins/newsticker/kcmkontactknt.h
@@ -26,7 +26,7 @@
#include <kcmodule.h>
-class QListViewItem;
+class TQListViewItem;
class QSpinxBox;
class KAboutData;
diff --git a/kontact/plugins/newsticker/summarywidget.h b/kontact/plugins/newsticker/summarywidget.h
index d6cdefa0..bfea340e 100644
--- a/kontact/plugins/newsticker/summarywidget.h
+++ b/kontact/plugins/newsticker/summarywidget.h
@@ -35,8 +35,8 @@
#include "summary.h"
#include <kurl.h>
-class QVBoxLayout;
-class QLabel;
+class TQVBoxLayout;
+class TQLabel;
class DCOPRef;
class KURLLabel;
diff --git a/kontact/plugins/specialdates/kcmsdsummary.h b/kontact/plugins/specialdates/kcmsdsummary.h
index 589c1d91..6fbb8aee 100644
--- a/kontact/plugins/specialdates/kcmsdsummary.h
+++ b/kontact/plugins/specialdates/kcmsdsummary.h
@@ -27,9 +27,9 @@
#include <kcmodule.h>
-class QButtonGroup;
-class QCheckBox;
-class QSpinBox;
+class TQButtonGroup;
+class TQCheckBox;
+class TQSpinBox;
class KAboutData;
diff --git a/kontact/plugins/specialdates/sdsummarywidget.h b/kontact/plugins/specialdates/sdsummarywidget.h
index 00e4da22..6ef29eff 100644
--- a/kontact/plugins/specialdates/sdsummarywidget.h
+++ b/kontact/plugins/specialdates/sdsummarywidget.h
@@ -37,8 +37,8 @@ namespace Kontact {
class Plugin;
}
-class QGridLayout;
-class QLabel;
+class TQGridLayout;
+class TQLabel;
class SDSummaryWidget : public Kontact::Summary
{
diff --git a/kontact/plugins/summary/summaryview_part.h b/kontact/plugins/summary/summaryview_part.h
index 0868b13c..1e99f736 100644
--- a/kontact/plugins/summary/summaryview_part.h
+++ b/kontact/plugins/summary/summaryview_part.h
@@ -43,9 +43,9 @@ namespace KParts
class PartActivateEvent;
}
-class QFrame;
-class QLabel;
-class QGridLayout;
+class TQFrame;
+class TQLabel;
+class TQGridLayout;
class KAction;
class KCMultiDialog;
diff --git a/kontact/plugins/test/test_part.cpp b/kontact/plugins/test/test_part.cpp
index a32e734f..c58f8f57 100644
--- a/kontact/plugins/test/test_part.cpp
+++ b/kontact/plugins/test/test_part.cpp
@@ -45,7 +45,7 @@ TestPart::TestPart(TQObject *parent, const char *name) // ## parentWidget
: KParts::ReadOnlyPart(parent, name)
{
setInstance( new KInstance("testpart") ); // ## memleak
- m_edit = new QTextEdit;
+ m_edit = new TQTextEdit;
setWidget(m_edit);
setXMLFile("testpartui.rc");
new KAction( "new contact (test)", 0, this, TQT_SLOT( newContact() ), actionCollection(), "test_deleteevent" );
diff --git a/kontact/plugins/test/test_part.h b/kontact/plugins/test/test_part.h
index 8d9c0ba7..8a80dcb4 100644
--- a/kontact/plugins/test/test_part.h
+++ b/kontact/plugins/test/test_part.h
@@ -28,7 +28,7 @@
#include <kparts/part.h>
-class QTextEdit;
+class TQTextEdit;
class KAddressBookIface_stub;
class TestPart : public KParts::ReadOnlyPart
diff --git a/kontact/plugins/weather/summarywidget.h b/kontact/plugins/weather/summarywidget.h
index 9af47690..0baeefc0 100644
--- a/kontact/plugins/weather/summarywidget.h
+++ b/kontact/plugins/weather/summarywidget.h
@@ -37,9 +37,9 @@
class KProcess;
-class QGridLayout;
-class QLabel;
-class QVBoxLayout;
+class TQGridLayout;
+class TQLabel;
+class TQVBoxLayout;
class WeatherData
{
diff --git a/kontact/src/iconsidepane.h b/kontact/src/iconsidepane.h
index 89fb002a..03f838c9 100644
--- a/kontact/src/iconsidepane.h
+++ b/kontact/src/iconsidepane.h
@@ -29,7 +29,7 @@
#include "prefs.h"
-class QSignalMapper;
+class TQSignalMapper;
namespace KParts { class Part; }
diff --git a/kontact/src/kcmkontact.h b/kontact/src/kcmkontact.h
index d914bd35..ed926db4 100644
--- a/kontact/src/kcmkontact.h
+++ b/kontact/src/kcmkontact.h
@@ -29,9 +29,9 @@
#include <kservice.h>
#include "plugin.h"
-class QGroupBox;
-class QComboBox;
-class QListViewItem;
+class TQGroupBox;
+class TQComboBox;
+class TQListViewItem;
class KAboutData;
class KListView;
diff --git a/kontact/src/mainwindow.h b/kontact/src/mainwindow.h
index 5fe50a22..892fce64 100644
--- a/kontact/src/mainwindow.h
+++ b/kontact/src/mainwindow.h
@@ -36,10 +36,10 @@
#include "core.h"
#include "kontactiface.h"
-class QHBox;
-class QSplitter;
-class QVBox;
-class QFrame;
+class TQHBox;
+class TQSplitter;
+class TQVBox;
+class TQFrame;
class KAction;
class KConfig;
diff --git a/kontact/src/profiledialog.h b/kontact/src/profiledialog.h
index 730b044f..b20a8698 100644
--- a/kontact/src/profiledialog.h
+++ b/kontact/src/profiledialog.h
@@ -30,10 +30,10 @@
#include <tqmap.h>
#include <tqstring.h>
-class QListViewItem;
+class TQListViewItem;
class KListView;
-class QPushButton;
+class TQPushButton;
namespace Kontact {
diff --git a/kontact/src/profilemanager.h b/kontact/src/profilemanager.h
index ff6d6e1b..0b335b95 100644
--- a/kontact/src/profilemanager.h
+++ b/kontact/src/profilemanager.h
@@ -29,7 +29,7 @@
#include <tqobject.h>
#include <tqstring.h>
-template <class T> class QValueList;
+template <class T> class TQValueList;
namespace KIO {
class Job;