diff options
Diffstat (limited to 'ksysv/ksvconfigwizard.h')
-rw-r--r-- | ksysv/ksvconfigwizard.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ksysv/ksvconfigwizard.h b/ksysv/ksvconfigwizard.h index 35e8c7f..20c11c7 100644 --- a/ksysv/ksvconfigwizard.h +++ b/ksysv/ksvconfigwizard.h @@ -27,19 +27,19 @@ #define KSVCONFIGWIZARD_H #include "configwizard.h" -#include <qstring.h> +#include <tqstring.h> class KSVConfigWizard : public ConfigWizard { Q_OBJECT public: - KSVConfigWizard( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + KSVConfigWizard( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~KSVConfigWizard(); public: - QString runlevelPath(); - QString servicesPath(); + TQString runlevelPath(); + TQString servicesPath(); protected slots: void browseRunlevels(); @@ -47,7 +47,7 @@ protected slots: void browseServices(); private slots: - void selectedPage (const QString&); + void selectedPage (const TQString&); private: typedef enum { |