summaryrefslogtreecommitdiffstats
path: root/noatun/library
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:25:03 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:25:03 +0000
commit636eef5bea9dd243a08d77c9c537fb36ee30f838 (patch)
tree633371d5444df2ff94709d964e9055daea7c2bcc /noatun/library
parente654398e46e37abf457b2b1122ab898d2c51c49f (diff)
downloadtdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.tar.gz
tdemultimedia-636eef5bea9dd243a08d77c9c537fb36ee30f838.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1158448 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun/library')
-rw-r--r--noatun/library/cmodule.h10
-rw-r--r--noatun/library/effectview.h2
-rw-r--r--noatun/library/equalizerview.h8
-rw-r--r--noatun/library/noatun/controls.h4
-rw-r--r--noatun/library/noatun/downloader.h4
-rw-r--r--noatun/library/noatun/video.h2
-rw-r--r--noatun/library/titleproxy.h2
7 files changed, 16 insertions, 16 deletions
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 <klistview.h>
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 <tqstringlist.h>
#include <kdemacros.h>
-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 <tqobject.h>
#include <tqptrlist.h>
-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 <kvideowidget.h>
#include <arts/kmedia2.h>
-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 <tqserversocket.h> //baseclass
#include <tqsocket.h> //stack allocated
-class QString;
+class TQString;
namespace TitleProxy
{