summaryrefslogtreecommitdiffstats
path: root/kmilo/thinkpad/kcmthinkpad/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmilo/thinkpad/kcmthinkpad/main.h')
-rw-r--r--kmilo/thinkpad/kcmthinkpad/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmilo/thinkpad/kcmthinkpad/main.h b/kmilo/thinkpad/kcmthinkpad/main.h
index 53534ed..1fdedb5 100644
--- a/kmilo/thinkpad/kcmthinkpad/main.h
+++ b/kmilo/thinkpad/kcmthinkpad/main.h
@@ -33,7 +33,7 @@ class KCMThinkpadModule : public KCModule {
Q_OBJECT
public:
- KCMThinkpadModule(QWidget* parent, const char* name, const QStringList&);
+ KCMThinkpadModule(TQWidget* parent, const char* name, const TQStringList&);
void save();
void load();
@@ -41,7 +41,7 @@ class KCMThinkpadModule : public KCModule {
void defaults();
private:
KCMThinkpadGeneral* m_KCMThinkpadGeneral;
- QString m_nvramFile;
+ TQString m_nvramFile;
bool m_nvramReadable;
bool m_nvramWriteable;
};