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 --- knode/articlewidget.h | 4 ++-- knode/knarticlefactory.h | 2 +- knode/knarticlemanager.h | 2 +- knode/kncleanup.h | 4 ++-- knode/kncollectionviewitem.h | 4 ++-- knode/kncomposer.h | 2 +- knode/knconfigwidgets.h | 10 +++++----- knode/knconvert.h | 8 ++++---- knode/knfilterdialog.h | 4 ++-- knode/knglobals.h | 2 +- knode/kngroup.h | 2 +- knode/kngroupbrowser.h | 8 ++++---- knode/kngrouppropdlg.h | 4 ++-- knode/knmainwidget.h | 2 +- knode/knnetaccess.h | 2 +- knode/knprotocolclient.h | 2 +- knode/knrangefilter.h | 6 +++--- knode/knsearchdialog.h | 2 +- knode/knstatusfilter.h | 2 +- knode/knstringfilter.h | 4 ++-- knode/knwidgets.h | 4 ++-- knode/utilities.h | 10 +++++----- 22 files changed, 45 insertions(+), 45 deletions(-) (limited to 'knode') diff --git a/knode/articlewidget.h b/knode/articlewidget.h index 66e4106ec..2571642d0 100644 --- a/knode/articlewidget.h +++ b/knode/articlewidget.h @@ -24,8 +24,8 @@ #include "knjobdata.h" -class QStringList; -class QTimer; +class TQStringList; +class TQTimer; class KAction; class KActionCollection; diff --git a/knode/knarticlefactory.h b/knode/knarticlefactory.h index 995fcdc0d..c37c781ab 100644 --- a/knode/knarticlefactory.h +++ b/knode/knarticlefactory.h @@ -22,7 +22,7 @@ #include "knarticle.h" #include "knwidgets.h" -class QLabel; +class TQLabel; class KNGroup; class KNFolder; diff --git a/knode/knarticlemanager.h b/knode/knarticlemanager.h index f82cddd5c..25d43179f 100644 --- a/knode/knarticlemanager.h +++ b/knode/knarticlemanager.h @@ -20,7 +20,7 @@ #include "knjobdata.h" #include "knarticle.h" -class QListViewItem; +class TQListViewItem; class KTempFile; diff --git a/knode/kncleanup.h b/knode/kncleanup.h index f6cd53151..60a815163 100644 --- a/knode/kncleanup.h +++ b/knode/kncleanup.h @@ -17,8 +17,8 @@ #include -class QProgressBar; -class QLabel; +class TQProgressBar; +class TQLabel; class KNArticleCollection; class KNGroup; diff --git a/knode/kncollectionviewitem.h b/knode/kncollectionviewitem.h index 6899dc9ae..4f343147c 100644 --- a/knode/kncollectionviewitem.h +++ b/knode/kncollectionviewitem.h @@ -19,8 +19,8 @@ #include -class QPainter; -class QColorGroup; +class TQPainter; +class TQColorGroup; class KNCollection; diff --git a/knode/kncomposer.h b/knode/kncomposer.h index a44397b81..b1c1c12ad 100644 --- a/knode/kncomposer.h +++ b/knode/kncomposer.h @@ -29,7 +29,7 @@ #include #include -class QGroupBox; +class TQGroupBox; class KProcess; class KSpell; diff --git a/knode/knconfigwidgets.h b/knode/knconfigwidgets.h index 0bd604e8c..da6af2ddf 100644 --- a/knode/knconfigwidgets.h +++ b/knode/knconfigwidgets.h @@ -21,11 +21,11 @@ #include "knwidgets.h" #include "smtpaccountwidget_base.h" -class QButtonGroup; -class QCheckBox; -class QGroupBox; -class QRadioButton; -class QTextEdit; +class TQButtonGroup; +class TQCheckBox; +class TQGroupBox; +class TQRadioButton; +class TQTextEdit; class KScoringEditorWidget; class KConfigBase; diff --git a/knode/knconvert.h b/knode/knconvert.h index e81e048a5..49d3d7c5c 100644 --- a/knode/knconvert.h +++ b/knode/knconvert.h @@ -23,10 +23,10 @@ #include #include -class QListBox; -class QLabel; -class QWidgetStack; -class QCheckBox; +class TQListBox; +class TQLabel; +class TQWidgetStack; +class TQCheckBox; class KLineEdit; class KProcess; diff --git a/knode/knfilterdialog.h b/knode/knfilterdialog.h index ca7dc493e..3dc7ee640 100644 --- a/knode/knfilterdialog.h +++ b/knode/knfilterdialog.h @@ -22,8 +22,8 @@ class KNFilterConfigWidget; class KNArticleFilter; class KLineEdit; -class QComboBox; -class QCheckBox; +class TQComboBox; +class TQCheckBox; class KNFilterDialog : public KDialogBase { diff --git a/knode/knglobals.h b/knode/knglobals.h index 4f4c84c31..3a6aa10a1 100644 --- a/knode/knglobals.h +++ b/knode/knglobals.h @@ -31,7 +31,7 @@ class KNGroupManager; class KNArticleManager; class KNArticleFactory; class KNFolderManager; -class QWidget; +class TQWidget; class KNFilterManager; class KNMainWidget; class KNScoringManager; diff --git a/knode/kngroup.h b/knode/kngroup.h index dc28b9121..fef5c6d62 100644 --- a/knode/kngroup.h +++ b/knode/kngroup.h @@ -21,7 +21,7 @@ #include "knjobdata.h" #include "knarticle.h" -class QStrList; +class TQStrList; class KNProtocolClient; class KNNntpAccount; diff --git a/knode/kngroupbrowser.h b/knode/kngroupbrowser.h index 15e639281..5178fc575 100644 --- a/knode/kngroupbrowser.h +++ b/knode/kngroupbrowser.h @@ -24,10 +24,10 @@ #include "kngroupmanager.h" class KLineEdit; -class QCheckBox; -class QLayout; -class QLabel; -class QGridLayout; +class TQCheckBox; +class TQLayout; +class TQLabel; +class TQGridLayout; class KNNntpAccount; diff --git a/knode/kngrouppropdlg.h b/knode/kngrouppropdlg.h index c5a17a702..0c640bea6 100644 --- a/knode/kngrouppropdlg.h +++ b/knode/kngrouppropdlg.h @@ -19,8 +19,8 @@ #include -class QCheckBox; -class QComboBox; +class TQCheckBox; +class TQComboBox; class KLineEdit; diff --git a/knode/knmainwidget.h b/knode/knmainwidget.h index 19f2b4aaf..5a02790c7 100644 --- a/knode/knmainwidget.h +++ b/knode/knmainwidget.h @@ -23,7 +23,7 @@ #include #include -class QListViewItem; +class TQListViewItem; class KURL; class KAccel; diff --git a/knode/knnetaccess.h b/knode/knnetaccess.h index e86f4a9cb..0ad9498ff 100644 --- a/knode/knnetaccess.h +++ b/knode/knnetaccess.h @@ -19,7 +19,7 @@ #include #include -class QSocketNotifier; +class TQSocketNotifier; namespace KIO { class Job; diff --git a/knode/knprotocolclient.h b/knode/knprotocolclient.h index a17b68782..fa4d28d5b 100644 --- a/knode/knprotocolclient.h +++ b/knode/knprotocolclient.h @@ -23,7 +23,7 @@ #include -class QStrList; +class TQStrList; class KNJobData; struct in_addr; diff --git a/knode/knrangefilter.h b/knode/knrangefilter.h index 297a21344..346257f2c 100644 --- a/knode/knrangefilter.h +++ b/knode/knrangefilter.h @@ -19,10 +19,10 @@ #include -class QLabel; +class TQLabel; class KIntSpinBox; -class QComboBox; -class QCheckBox; +class TQComboBox; +class TQCheckBox; class KSimpleConfig; diff --git a/knode/knsearchdialog.h b/knode/knsearchdialog.h index 8923bd813..b056735bd 100644 --- a/knode/knsearchdialog.h +++ b/knode/knsearchdialog.h @@ -19,7 +19,7 @@ #include -class QPushButton; +class TQPushButton; class KNFilterConfigWidget; class KNArticleFilter; diff --git a/knode/knstatusfilter.h b/knode/knstatusfilter.h index 6497b3021..a408a96c7 100644 --- a/knode/knstatusfilter.h +++ b/knode/knstatusfilter.h @@ -21,7 +21,7 @@ #include #include -class QCheckBox; +class TQCheckBox; class KSimpleConfig; class KNRemoteArticle; diff --git a/knode/knstringfilter.h b/knode/knstringfilter.h index e70e7e307..ac33c1d65 100644 --- a/knode/knstringfilter.h +++ b/knode/knstringfilter.h @@ -19,8 +19,8 @@ #include -class QCheckBox; -class QComboBox; +class TQCheckBox; +class TQComboBox; class KLineEdit; class KSimpleConfig; diff --git a/knode/knwidgets.h b/knode/knwidgets.h index 7e8dd7d3b..bb01ba22a 100644 --- a/knode/knwidgets.h +++ b/knode/knwidgets.h @@ -23,8 +23,8 @@ #include #include -class QPainter; -class QPixmap; +class TQPainter; +class TQPixmap; //==================================================================================== diff --git a/knode/utilities.h b/knode/utilities.h index 9d0180961..58dda6d89 100644 --- a/knode/utilities.h +++ b/knode/utilities.h @@ -23,11 +23,11 @@ #include #include -class QWidget; -class QString; -class QChar; -class QStringList; -class QSize; +class TQWidget; +class TQString; +class TQChar; +class TQStringList; +class TQSize; class KTempFile; -- cgit v1.2.1