summaryrefslogtreecommitdiffstats
path: root/kontact/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins')
-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
18 files changed, 33 insertions, 33 deletions
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
{