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 --- noatun/library/cmodule.h | 10 +++++----- noatun/library/effectview.h | 2 +- noatun/library/equalizerview.h | 8 ++++---- noatun/library/noatun/controls.h | 4 ++-- noatun/library/noatun/downloader.h | 4 ++-- noatun/library/noatun/video.h | 2 +- noatun/library/titleproxy.h | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) (limited to 'noatun/library') diff --git a/noatun/library/cmodule.h b/noatun/library/cmodule.h index 881842a9..89aa37f0 100644 --- a/noatun/library/cmodule.h +++ b/noatun/library/cmodule.h @@ -6,17 +6,17 @@ #include "noatun/pref.h" class KListView; -class QSplitter; -class QListViewItem; +class TQSplitter; +class TQListViewItem; class NoatunLibraryInfo; -class QTextView; -class QButtonGroup; +class TQTextView; +class TQButtonGroup; class MimeTypeTree; class KLineEdit; namespace Arts {class TraderOffer;} -class QCheckBox; +class TQCheckBox; class KURLRequester; class General : public CModule diff --git a/noatun/library/effectview.h b/noatun/library/effectview.h index 2a6e3ce6..28b26c9f 100644 --- a/noatun/library/effectview.h +++ b/noatun/library/effectview.h @@ -31,7 +31,7 @@ class EffectList; class Effect; class KComboBox; -class QToolButton; +class TQToolButton; class EffectView : public KDialogBase { diff --git a/noatun/library/equalizerview.h b/noatun/library/equalizerview.h index 321b5ef0..8c29aadb 100644 --- a/noatun/library/equalizerview.h +++ b/noatun/library/equalizerview.h @@ -6,11 +6,11 @@ #include class VBand; -class QSlider; -class QLabel; -class QListViewItem; +class TQSlider; +class TQLabel; +class TQListViewItem; class VPreset; -class QHBoxLayout; +class TQHBoxLayout; class EqualizerWidget; diff --git a/noatun/library/noatun/controls.h b/noatun/library/noatun/controls.h index 27186c08..4c11aac7 100644 --- a/noatun/library/noatun/controls.h +++ b/noatun/library/noatun/controls.h @@ -9,8 +9,8 @@ #include #include -class QComboBox; -class QLabel; +class TQComboBox; +class TQLabel; /** * A slider that can be moved around while being diff --git a/noatun/library/noatun/downloader.h b/noatun/library/noatun/downloader.h index 624518d0..a4c08ad7 100644 --- a/noatun/library/noatun/downloader.h +++ b/noatun/library/noatun/downloader.h @@ -5,8 +5,8 @@ #include #include -class QFile; -class QTimer; +class TQFile; +class TQTimer; class Downloader; diff --git a/noatun/library/noatun/video.h b/noatun/library/noatun/video.h index e6fde310..a659401e 100644 --- a/noatun/library/noatun/video.h +++ b/noatun/library/noatun/video.h @@ -4,7 +4,7 @@ #include #include -class QPopupMenu; +class TQPopupMenu; /** * a widget that contains the video being played diff --git a/noatun/library/titleproxy.h b/noatun/library/titleproxy.h index 541f3190..7bbb3143 100644 --- a/noatun/library/titleproxy.h +++ b/noatun/library/titleproxy.h @@ -24,7 +24,7 @@ email : #include //baseclass #include //stack allocated -class QString; +class TQString; namespace TitleProxy { -- cgit v1.2.3