summaryrefslogtreecommitdiffstats
path: root/kaddressbook/kcmconfigs
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/kcmconfigs')
-rw-r--r--kaddressbook/kcmconfigs/addhostdialog.h4
-rw-r--r--kaddressbook/kcmconfigs/addresseewidget.h6
-rw-r--r--kaddressbook/kcmconfigs/kabconfigwidget.h10
-rw-r--r--kaddressbook/kcmconfigs/ldapoptionswidget.h6
4 files changed, 13 insertions, 13 deletions
diff --git a/kaddressbook/kcmconfigs/addhostdialog.h b/kaddressbook/kcmconfigs/addhostdialog.h
index 12d145f0..702bb323 100644
--- a/kaddressbook/kcmconfigs/addhostdialog.h
+++ b/kaddressbook/kcmconfigs/addhostdialog.h
@@ -29,8 +29,8 @@
#include <libkdepim/ldapclient.h>
class KLineEdit;
-class QPushButton;
-class QSpinBox;
+class TQPushButton;
+class TQSpinBox;
class AddHostDialog : public KDialogBase
{
diff --git a/kaddressbook/kcmconfigs/addresseewidget.h b/kaddressbook/kcmconfigs/addresseewidget.h
index 9f4b4332..b8bbf217 100644
--- a/kaddressbook/kcmconfigs/addresseewidget.h
+++ b/kaddressbook/kcmconfigs/addresseewidget.h
@@ -29,9 +29,9 @@
class KComboBox;
class KLineEdit;
-class QListBox;
-class QListBoxItem;
-class QPushButton;
+class TQListBox;
+class TQListBoxItem;
+class TQPushButton;
class NamePartWidget : public QWidget
{
diff --git a/kaddressbook/kcmconfigs/kabconfigwidget.h b/kaddressbook/kcmconfigs/kabconfigwidget.h
index 3e571869..54cdbf0e 100644
--- a/kaddressbook/kcmconfigs/kabconfigwidget.h
+++ b/kaddressbook/kcmconfigs/kabconfigwidget.h
@@ -26,11 +26,11 @@
#include <tqwidget.h>
-class QCheckBox;
-class QLineEdit;
-class QListViewItem;
-class QPushButton;
-class QComboBox;
+class TQCheckBox;
+class TQLineEdit;
+class TQListViewItem;
+class TQPushButton;
+class TQComboBox;
class KListView;
diff --git a/kaddressbook/kcmconfigs/ldapoptionswidget.h b/kaddressbook/kcmconfigs/ldapoptionswidget.h
index 22b7e621..10f1d90d 100644
--- a/kaddressbook/kcmconfigs/ldapoptionswidget.h
+++ b/kaddressbook/kcmconfigs/ldapoptionswidget.h
@@ -26,10 +26,10 @@
#include <tqwidget.h>
-class QToolButton;
+class TQToolButton;
class KListView;
-class QListViewItem;
-class QPushButton;
+class TQListViewItem;
+class TQPushButton;
class LDAPOptionsWidget : public QWidget
{