summaryrefslogtreecommitdiffstats
path: root/noatun-plugins
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
commit00cef9840e19aae7a7541da60d1b60190cb5afec (patch)
tree5fd6aeed14f01486335c754dd96bae31203cecd2 /noatun-plugins
parent7346aee26bf190a7e70333c40fab4caca847cd27 (diff)
downloadtdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.tar.gz
tdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'noatun-plugins')
-rw-r--r--noatun-plugins/alarm/wakeup.h4
-rw-r--r--noatun-plugins/alsaplayer/configmodule.h2
-rw-r--r--noatun-plugins/charlatan/configmodule.h2
-rw-r--r--noatun-plugins/charlatan/seeker.h2
-rw-r--r--noatun-plugins/charlatan/userinterface.h4
-rw-r--r--noatun-plugins/nexscope/input.cpp2
-rw-r--r--noatun-plugins/nexscope/nex.h4
-rw-r--r--noatun-plugins/oblique/cmodule.h10
-rw-r--r--noatun-plugins/oblique/query.h2
-rw-r--r--noatun-plugins/pitchablespeed/pitchablespeed.h2
-rw-r--r--noatun-plugins/synaescope/cmodule.h2
-rw-r--r--noatun-plugins/wavecapture/wavecapture.h2
12 files changed, 19 insertions, 19 deletions
diff --git a/noatun-plugins/alarm/wakeup.h b/noatun-plugins/alarm/wakeup.h
index 65dc644..e37ff4a 100644
--- a/noatun-plugins/alarm/wakeup.h
+++ b/noatun-plugins/alarm/wakeup.h
@@ -24,8 +24,8 @@
#include <tqbuttongroup.h>
#include <tqpushbutton.h>
-class QSpinBox;
-class QCheckBox;
+class TQSpinBox;
+class TQCheckBox;
class KMinuteSpinBox;
class KPercentSpinBox;
diff --git a/noatun-plugins/alsaplayer/configmodule.h b/noatun-plugins/alsaplayer/configmodule.h
index 701a699..004ec79 100644
--- a/noatun-plugins/alsaplayer/configmodule.h
+++ b/noatun-plugins/alsaplayer/configmodule.h
@@ -25,7 +25,7 @@
#include <noatun/pref.h>
-class QCheckBox;
+class TQCheckBox;
class AlsaPlayerConfigModule : public CModule
{
diff --git a/noatun-plugins/charlatan/configmodule.h b/noatun-plugins/charlatan/configmodule.h
index b4631da..d0646c2 100644
--- a/noatun-plugins/charlatan/configmodule.h
+++ b/noatun-plugins/charlatan/configmodule.h
@@ -25,7 +25,7 @@
#include <noatun/pref.h>
-class QCheckBox;
+class TQCheckBox;
class CharlatanConfigModule : public CModule
{
diff --git a/noatun-plugins/charlatan/seeker.h b/noatun-plugins/charlatan/seeker.h
index c5e6cff..922f902 100644
--- a/noatun-plugins/charlatan/seeker.h
+++ b/noatun-plugins/charlatan/seeker.h
@@ -25,7 +25,7 @@
#include <tqslider.h>
-class QTimer;
+class TQTimer;
class Seeker : public QSlider
{
diff --git a/noatun-plugins/charlatan/userinterface.h b/noatun-plugins/charlatan/userinterface.h
index 05882d7..7d74e39 100644
--- a/noatun-plugins/charlatan/userinterface.h
+++ b/noatun-plugins/charlatan/userinterface.h
@@ -25,10 +25,10 @@
#include <noatun/plugin.h>
-class QToolButton;
+class TQToolButton;
class ScrollingLabel;
class Seeker;
-class QLabel;
+class TQLabel;
/**
* @short Main window class
diff --git a/noatun-plugins/nexscope/input.cpp b/noatun-plugins/nexscope/input.cpp
index 4c787e7..791c7ab 100644
--- a/noatun-plugins/nexscope/input.cpp
+++ b/noatun-plugins/nexscope/input.cpp
@@ -57,7 +57,7 @@ void Input::connect()
mScope=new StereoScope(10, Visualization::noatunPid());
mScope->setSamples(samples>(512+256) ? samples : samples+256);
- notifier=new QObject;
+ notifier=new TQObject;
new BoolNotifier(&ok, new ExitNotifier(Visualization::noatunPid(), notifier), notifier);
} while (!mScope->connected());
}
diff --git a/noatun-plugins/nexscope/nex.h b/noatun-plugins/nexscope/nex.h
index 81fd680..c9477f2 100644
--- a/noatun-plugins/nexscope/nex.h
+++ b/noatun-plugins/nexscope/nex.h
@@ -262,8 +262,8 @@ public:
virtual void load(const TQDomElement &) {}
};
-class QCheckBox;
-class QMultiLineEdit;
+class TQCheckBox;
+class TQMultiLineEdit;
class RendererList;
class RendererListConfigurator : public QWidget
diff --git a/noatun-plugins/oblique/cmodule.h b/noatun-plugins/oblique/cmodule.h
index 41af7f1..e935051 100644
--- a/noatun-plugins/oblique/cmodule.h
+++ b/noatun-plugins/oblique/cmodule.h
@@ -9,12 +9,12 @@
class KListView;
class KLineEdit;
-class QDialog;
+class TQDialog;
class Oblique;
-class QCheckBox;
-class QComboBox;
-class QPushButton;
-class QTabWidget;
+class TQCheckBox;
+class TQComboBox;
+class TQPushButton;
+class TQTabWidget;
class SchemaConfig : public QWidget
{
diff --git a/noatun-plugins/oblique/query.h b/noatun-plugins/oblique/query.h
index d5835d6..e8a8d23 100644
--- a/noatun-plugins/oblique/query.h
+++ b/noatun-plugins/oblique/query.h
@@ -10,7 +10,7 @@
#include <tqstring.h>
class Query;
-class QDomElement;
+class TQDomElement;
class QueryGroup
{
diff --git a/noatun-plugins/pitchablespeed/pitchablespeed.h b/noatun-plugins/pitchablespeed/pitchablespeed.h
index 3233817..c5bfadf 100644
--- a/noatun-plugins/pitchablespeed/pitchablespeed.h
+++ b/noatun-plugins/pitchablespeed/pitchablespeed.h
@@ -16,7 +16,7 @@
#include <arts/artsmodules.h>
#include "speedtuner.h"
-class QSlider;
+class TQSlider;
class PitchableSpeed : public SpeedTuner, public Plugin
{
diff --git a/noatun-plugins/synaescope/cmodule.h b/noatun-plugins/synaescope/cmodule.h
index f0269bb..c367ad2 100644
--- a/noatun-plugins/synaescope/cmodule.h
+++ b/noatun-plugins/synaescope/cmodule.h
@@ -22,7 +22,7 @@
#include <noatun/pref.h>
-class QSpinBox;
+class TQSpinBox;
class SynaePrefs : public CModule
{
diff --git a/noatun-plugins/wavecapture/wavecapture.h b/noatun-plugins/wavecapture/wavecapture.h
index 06adddb..7f92cfa 100644
--- a/noatun-plugins/wavecapture/wavecapture.h
+++ b/noatun-plugins/wavecapture/wavecapture.h
@@ -25,7 +25,7 @@
#include <string>
-class QTimer;
+class TQTimer;
namespace KIO { class Job; }
class WaveCapture : public TQObject, public Plugin