summaryrefslogtreecommitdiffstats
path: root/krename/guimodeselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'krename/guimodeselector.h')
-rw-r--r--krename/guimodeselector.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/krename/guimodeselector.h b/krename/guimodeselector.h
index 524319f..565f5e7 100644
--- a/krename/guimodeselector.h
+++ b/krename/guimodeselector.h
@@ -18,10 +18,10 @@
#ifndef GUIMODESELECTOR_H
#define GUIMODESELECTOR_H
-#include <qobject.h>
+#include <tqobject.h>
-class QFrame;
-class QRadioButton;
+class TQFrame;
+class TQRadioButton;
class GUIModeSelector {
public:
GUIModeSelector();
@@ -31,11 +31,11 @@ class GUIModeSelector {
void setUseWizard( bool b );
protected:
- const QString guiModeCaption() const;
- void createFrame( QFrame* frame );
+ const TQString guiModeCaption() const;
+ void createFrame( TQFrame* frame );
- QRadioButton* optionWizard;
- QRadioButton* optionTabs;
+ TQRadioButton* optionWizard;
+ TQRadioButton* optionTabs;
};
#endif