From 636eef5bea9dd243a08d77c9c537fb36ee30f838 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:25:03 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- krec/krecconfig_files.h | 12 ++++++------ krec/krecconfig_fileswidget.h | 10 +++++----- krec/krecconfigure.h | 14 +++++++------- krec/krecexport_wave.h | 2 +- krec/krecfile.h | 10 +++++----- krec/krecfileview.h | 6 +++--- krec/krecfileviewhelpers.h | 4 ++-- krec/krecfilewidgets.h | 10 +++++----- krec/krecglobal.h | 2 +- krec/krecnewproperties.h | 10 +++++----- krec/mp3_export/krecexport_mp3.h | 2 +- krec/ogg_export/krecexport_ogg.h | 2 +- 12 files changed, 42 insertions(+), 42 deletions(-) (limited to 'krec') diff --git a/krec/krecconfig_files.h b/krec/krecconfig_files.h index dcf474c7..f8f78691 100644 --- a/krec/krecconfig_files.h +++ b/krec/krecconfig_files.h @@ -18,12 +18,12 @@ #include #include -class QBoxLayout; -class QRadioButton; -class QButtonGroup; -class QLineEdit; -class QHBox; -class QLabel; +class TQBoxLayout; +class TQRadioButton; +class TQButtonGroup; +class TQLineEdit; +class TQHBox; +class TQLabel; class KRecConfigFilesWidget; diff --git a/krec/krecconfig_fileswidget.h b/krec/krecconfig_fileswidget.h index 2dfb1b36..458f0395 100644 --- a/krec/krecconfig_fileswidget.h +++ b/krec/krecconfig_fileswidget.h @@ -21,11 +21,11 @@ #include #include -class QRadioButton; -class QCheckBox; -class QButtonGroup; -class QLineEdit; -class QLabel; +class TQRadioButton; +class TQCheckBox; +class TQButtonGroup; +class TQLineEdit; +class TQLabel; class KRecConfigFilesWidget : public TQVBox { Q_OBJECT diff --git a/krec/krecconfigure.h b/krec/krecconfigure.h index 00d1317e..db061f2b 100644 --- a/krec/krecconfigure.h +++ b/krec/krecconfigure.h @@ -18,13 +18,13 @@ #include #include -class QBoxLayout; -class QRadioButton; -class QButtonGroup; -class QLineEdit; -class QHBox; -class QLabel; -class QCheckBox; +class TQBoxLayout; +class TQRadioButton; +class TQButtonGroup; +class TQLineEdit; +class TQHBox; +class TQLabel; +class TQCheckBox; class KPushButton; class KRecConfigGeneral : public KCModule { diff --git a/krec/krecexport_wave.h b/krec/krecexport_wave.h index 664ad35a..6390eb48 100644 --- a/krec/krecexport_wave.h +++ b/krec/krecexport_wave.h @@ -17,7 +17,7 @@ #include "krecexport_template.h" class KTempFile; -class QFile; +class TQFile; class KRecExport_Wave : public KRecExportItem { Q_OBJECT diff --git a/krec/krecfile.h b/krec/krecfile.h index 8b030833..895a6a6d 100644 --- a/krec/krecfile.h +++ b/krec/krecfile.h @@ -23,7 +23,7 @@ class KRecBuffer; class KTempDir; class KSimpleConfig; -class QFile; +class TQFile; class KRecFileViewWidget; class KRecFile : virtual public TQObject { @@ -117,11 +117,11 @@ private: void init(); }; -class QFile; -class QDir; -class QFileInfo; +class TQFile; +class TQDir; +class TQFileInfo; class KConfig; -class QDataStream; +class TQDataStream; class KRecBuffer : virtual public TQObject { Q_OBJECT diff --git a/krec/krecfileview.h b/krec/krecfileview.h index 42cf7c12..de47d0f4 100644 --- a/krec/krecfileview.h +++ b/krec/krecfileview.h @@ -18,9 +18,9 @@ class KRecFile; class KRecBuffer; -class QBoxLayout; -class QLabel; -class QLineEdit; +class TQBoxLayout; +class TQLabel; +class TQLineEdit; class KRecFileWidget; class KRecBufferWidget; diff --git a/krec/krecfileviewhelpers.h b/krec/krecfileviewhelpers.h index db53d911..bd78c4d6 100644 --- a/krec/krecfileviewhelpers.h +++ b/krec/krecfileviewhelpers.h @@ -20,9 +20,9 @@ #include #include -class QBoxLayout; +class TQBoxLayout; class AKLabel; -class QPopupMenu; +class TQPopupMenu; class KPopupMenu; class KRecTimeBar : public TQFrame { diff --git a/krec/krecfilewidgets.h b/krec/krecfilewidgets.h index fe389b16..e183474b 100644 --- a/krec/krecfilewidgets.h +++ b/krec/krecfilewidgets.h @@ -21,17 +21,17 @@ class KRecFile; class KRecBuffer; class TimeDisplay; -class QBoxLayout; -class QLabel; -class QLineEdit; +class TQBoxLayout; +class TQLabel; +class TQLineEdit; class KRecFileWidget; class KRecBufferWidget; class KRecTimeBar; class KRecTimeDisplay; -class QRegion; -class QPainter; +class TQRegion; +class TQPainter; class KAction; class KToggleAction; diff --git a/krec/krecglobal.h b/krec/krecglobal.h index f29a786d..102dc3f8 100644 --- a/krec/krecglobal.h +++ b/krec/krecglobal.h @@ -20,7 +20,7 @@ #include class KConfig; -class QWidget; +class TQWidget; class KStatusBar; class KRecExportItem; diff --git a/krec/krecnewproperties.h b/krec/krecnewproperties.h index 53996f13..886ffdef 100644 --- a/krec/krecnewproperties.h +++ b/krec/krecnewproperties.h @@ -17,12 +17,12 @@ #include class KConfig; -class QBoxLayout; -class QButtonGroup; -class QRadioButton; +class TQBoxLayout; +class TQButtonGroup; +class TQRadioButton; class KPushButton; -class QHBox; -class QVBox; +class TQHBox; +class TQVBox; class KRecConfigFilesWidget; diff --git a/krec/mp3_export/krecexport_mp3.h b/krec/mp3_export/krecexport_mp3.h index baa40914..e6481309 100644 --- a/krec/mp3_export/krecexport_mp3.h +++ b/krec/mp3_export/krecexport_mp3.h @@ -19,7 +19,7 @@ #include class KTempFile; -class QFile; +class TQFile; class KRecExport_MP3 : public KRecExportItem { Q_OBJECT diff --git a/krec/ogg_export/krecexport_ogg.h b/krec/ogg_export/krecexport_ogg.h index 15c0337d..787f8e34 100644 --- a/krec/ogg_export/krecexport_ogg.h +++ b/krec/ogg_export/krecexport_ogg.h @@ -23,7 +23,7 @@ #include class KTempFile; -class QFile; +class TQFile; class KRecExport_OGG : public KRecExportItem { Q_OBJECT -- cgit v1.2.1