diff options
Diffstat (limited to 'noatun-plugins/alsaplayer/configmodule.cpp')
-rw-r--r-- | noatun-plugins/alsaplayer/configmodule.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun-plugins/alsaplayer/configmodule.cpp b/noatun-plugins/alsaplayer/configmodule.cpp index 07c5cfd..6fd02f8 100644 --- a/noatun-plugins/alsaplayer/configmodule.cpp +++ b/noatun-plugins/alsaplayer/configmodule.cpp @@ -24,12 +24,12 @@ #include <kglobal.h> #include <kconfig.h> -#include <qcheckbox.h> -#include <qlayout.h> +#include <tqcheckbox.h> +#include <tqlayout.h> #include "configmodule.h" -AlsaPlayerConfigModule::AlsaPlayerConfigModule(QObject * parent) +AlsaPlayerConfigModule::AlsaPlayerConfigModule(TQObject * parent) : CModule ( @@ -39,9 +39,9 @@ AlsaPlayerConfigModule::AlsaPlayerConfigModule(QObject * parent) parent ) { - scroll_ = new QCheckBox(i18n("Scroll song title"), this); + scroll_ = new TQCheckBox(i18n("Scroll song title"), this); - QVBoxLayout * layout = new QVBoxLayout(this); + TQVBoxLayout * layout = new TQVBoxLayout(this); layout->addWidget(scroll_); |