From 36e4074ba1536a63a121293b20663a38cad836b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:26:34 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdict/actions.h | 4 ++-- kdict/applet/kdictapplet.h | 4 ++-- kdict/dict.h | 2 +- kdict/options.h | 8 ++++---- kdict/queryview.h | 2 +- kdict/sets.cpp | 2 +- kdict/sets.h | 2 +- kdict/toplevel.h | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) (limited to 'kdict') diff --git a/kdict/actions.h b/kdict/actions.h index 97759af4..d2261937 100644 --- a/kdict/actions.h +++ b/kdict/actions.h @@ -24,8 +24,8 @@ #include class KComboBox; -class QLabel; -class QPushButton; +class TQLabel; +class TQPushButton; class DictComboAction : public KAction diff --git a/kdict/applet/kdictapplet.h b/kdict/applet/kdictapplet.h index 99a7cec4..de5f469b 100644 --- a/kdict/applet/kdictapplet.h +++ b/kdict/applet/kdictapplet.h @@ -23,8 +23,8 @@ #include #include -class QLabel; -class QPushButton; +class TQLabel; +class TQPushButton; class KHistoryCombo; diff --git a/kdict/dict.h b/kdict/dict.h index 53e5db3d..64cf25e0 100644 --- a/kdict/dict.h +++ b/kdict/dict.h @@ -23,7 +23,7 @@ #include #include -class QSocketNotifier; +class TQSocketNotifier; struct in_addr; diff --git a/kdict/options.h b/kdict/options.h index c37ee30e..239b52ef 100644 --- a/kdict/options.h +++ b/kdict/options.h @@ -22,10 +22,10 @@ #include #include -class QLineEdit; -class QCheckBox; -class QComboBox; -class QRadioButton; +class TQLineEdit; +class TQCheckBox; +class TQComboBox; +class TQRadioButton; class KColorButton; class KLineEdit; diff --git a/kdict/queryview.h b/kdict/queryview.h index e87bd977..5dc3c9bc 100644 --- a/kdict/queryview.h +++ b/kdict/queryview.h @@ -22,7 +22,7 @@ #include #include -class QFile; +class TQFile; class KTempFile; class KPopupMenu; class DictComboAction; diff --git a/kdict/sets.cpp b/kdict/sets.cpp index 513106da..51dd7eb6 100644 --- a/kdict/sets.cpp +++ b/kdict/sets.cpp @@ -144,7 +144,7 @@ void DbSetsDialog::hideEvent(TQHideEvent *) void DbSetsDialog::newPressed() { - TQStringList *temp = new QStringList; + TQStringList *temp = new TQStringList; temp->append(i18n("New Set")); global->databaseSets.append(temp); global->databases.insert(global->databases.at(global->databaseSets.count()),i18n("New Set")); diff --git a/kdict/sets.h b/kdict/sets.h index 64c75de6..1baa3133 100644 --- a/kdict/sets.h +++ b/kdict/sets.h @@ -18,7 +18,7 @@ #include -class QListBox; +class TQListBox; //********* DbSetsDialog ****************************************** diff --git a/kdict/toplevel.h b/kdict/toplevel.h index bc803f75..256668e1 100644 --- a/kdict/toplevel.h +++ b/kdict/toplevel.h @@ -21,7 +21,7 @@ #include #include "dcopinterface.h" -class QSplitter; +class TQSplitter; class KToggleAction; class KToolBarPopupAction; -- cgit v1.2.1