summaryrefslogtreecommitdiffstats
path: root/src/settingspagebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingspagebase.h')
-rw-r--r--src/settingspagebase.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/settingspagebase.h b/src/settingspagebase.h
index 0d4ec54..0d6e10e 100644
--- a/src/settingspagebase.h
+++ b/src/settingspagebase.h
@@ -21,19 +21,20 @@
#ifndef SETTINGSPAGEBASE_H
#define SETTINGSPAGEBASE_H
-#include <qwidget.h>
+#include <tqwidget.h>
/**
* @brief Base class for the settings pages of the Dolphin settings dialog.
*
* @author Peter Penz <peter.penz@gmx.at>
*/
-class SettingsPageBase : public QWidget
+class SettingsPageBase : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- SettingsPageBase(QWidget* parent);
+ SettingsPageBase(TQWidget* tqparent);
virtual ~SettingsPageBase();
/**