summaryrefslogtreecommitdiffstats
path: root/kcontrol/kdm/kdm-shut.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/kdm/kdm-shut.h')
-rw-r--r--kcontrol/kdm/kdm-shut.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/kdm/kdm-shut.h b/kcontrol/kdm/kdm-shut.h
index 8bad7d5a0..0d603e9eb 100644
--- a/kcontrol/kdm/kdm-shut.h
+++ b/kcontrol/kdm/kdm-shut.h
@@ -21,7 +21,7 @@
#define __KDMSESS_H__
-#include <qstring.h>
+#include <tqstring.h>
class QComboBox;
class QCheckBox;
@@ -33,7 +33,7 @@ class KDMSessionsWidget : public QWidget
Q_OBJECT
public:
- KDMSessionsWidget(QWidget *parent=0, const char *name=0);
+ KDMSessionsWidget(TQWidget *parent=0, const char *name=0);
void load();
void save();
@@ -49,8 +49,8 @@ protected slots:
void changed();
private:
- void readSD (QComboBox *, QString);
- void writeSD (QComboBox *);
+ void readSD (TQComboBox *, TQString);
+ void writeSD (TQComboBox *);
QComboBox *sdlcombo, *sdrcombo;
QLabel *sdllabel, *sdrlabel;