From 1c3e6a878f147d063b43948dd8a3f06da195e7ea Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:28:10 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1158452 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kaddressbook/kcmconfigs/addhostdialog.h | 4 ++-- kaddressbook/kcmconfigs/addresseewidget.h | 6 +++--- kaddressbook/kcmconfigs/kabconfigwidget.h | 10 +++++----- kaddressbook/kcmconfigs/ldapoptionswidget.h | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) (limited to 'kaddressbook/kcmconfigs') diff --git a/kaddressbook/kcmconfigs/addhostdialog.h b/kaddressbook/kcmconfigs/addhostdialog.h index 12d145f08..702bb323b 100644 --- a/kaddressbook/kcmconfigs/addhostdialog.h +++ b/kaddressbook/kcmconfigs/addhostdialog.h @@ -29,8 +29,8 @@ #include 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 9f4b4332a..b8bbf217e 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 3e5718690..54cdbf0ee 100644 --- a/kaddressbook/kcmconfigs/kabconfigwidget.h +++ b/kaddressbook/kcmconfigs/kabconfigwidget.h @@ -26,11 +26,11 @@ #include -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 22b7e621e..10f1d90d8 100644 --- a/kaddressbook/kcmconfigs/ldapoptionswidget.h +++ b/kaddressbook/kcmconfigs/ldapoptionswidget.h @@ -26,10 +26,10 @@ #include -class QToolButton; +class TQToolButton; class KListView; -class QListViewItem; -class QPushButton; +class TQListViewItem; +class TQPushButton; class LDAPOptionsWidget : public QWidget { -- cgit v1.2.1