summaryrefslogtreecommitdiffstats
path: root/plugins/logviewer/logprefwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/logviewer/logprefwidget.cpp')
-rw-r--r--plugins/logviewer/logprefwidget.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/logviewer/logprefwidget.cpp b/plugins/logviewer/logprefwidget.cpp
index 6bf99bd..215bce6 100644
--- a/plugins/logviewer/logprefwidget.cpp
+++ b/plugins/logviewer/logprefwidget.cpp
@@ -24,15 +24,15 @@
#include <kglobal.h>
#include <klocale.h>
-#include <qwidget.h>
-#include <qstring.h>
-#include <qcheckbox.h>
-#include <qcombobox.h>
+#include <tqwidget.h>
+#include <tqstring.h>
+#include <tqcheckbox.h>
+#include <tqcombobox.h>
namespace kt
{
- LogPrefWidget::LogPrefWidget(QWidget *parent, const char *name)
- :LogPrefWidgetBase(parent, name)
+ LogPrefWidget::LogPrefWidget(TQWidget *tqparent, const char *name)
+ :LogPrefWidgetBase(tqparent, name)
{
m_sysgen->setCurrentItem(getLevel(LogViewerPluginSettings::sysGEN()));
m_syscon->setCurrentItem(getLevel(LogViewerPluginSettings::sysCON()));