summaryrefslogtreecommitdiffstats
path: root/krusader/Konfigurator/kglookfeel.h
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Konfigurator/kglookfeel.h')
-rw-r--r--krusader/Konfigurator/kglookfeel.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/krusader/Konfigurator/kglookfeel.h b/krusader/Konfigurator/kglookfeel.h
index c78e6d5..eeb174b 100644
--- a/krusader/Konfigurator/kglookfeel.h
+++ b/krusader/Konfigurator/kglookfeel.h
@@ -33,14 +33,15 @@
#include "konfiguratorpage.h"
-class QListView;
+class TQListView;
class KgLookFeel : public KonfiguratorPage
{
Q_OBJECT
+ TQ_OBJECT
public:
- KgLookFeel( bool first, QWidget* parent=0, const char* name=0 );
+ KgLookFeel( bool first, TQWidget* tqparent=0, const char* name=0 );
virtual int activeSubPage();
@@ -51,7 +52,7 @@ protected:
KonfiguratorCheckBoxGroup *panelToolbarActive;
KonfiguratorRadioButtons *mouseRadio;
KonfiguratorCheckBoxGroup *mouseCheckboxes;
- QListView* mousePreview;
+ TQListView* mousePreview;
protected slots:
void slotDisable();
@@ -63,7 +64,7 @@ private:
void setupPanelTab();
void setupPanelToolbarTab();
void setupMouseModeTab();
- QTabWidget *tabWidget;
+ TQTabWidget *tabWidget;
};
#endif /* __KGLOOKFEEL_H__ */