summaryrefslogtreecommitdiffstats
path: root/ksysv/PreferencesDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'ksysv/PreferencesDialog.h')
-rw-r--r--ksysv/PreferencesDialog.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/ksysv/PreferencesDialog.h b/ksysv/PreferencesDialog.h
index ba7d938..1615355 100644
--- a/ksysv/PreferencesDialog.h
+++ b/ksysv/PreferencesDialog.h
@@ -3,7 +3,7 @@
#ifndef PREFERENCES_DIALOG_H
#define PREFERENCES_DIALOG_H
-#include <qstring.h>
+#include <tqstring.h>
#include <kdialogbase.h>
class QPushButton;
@@ -22,16 +22,16 @@ public:
static KSVPreferences* self ();
virtual ~KSVPreferences ();
- QColor newNormal () const;
- QColor newSelected () const;
- QColor changedNormal () const;
- QColor changedSelected () const;
+ TQColor newNormal () const;
+ TQColor newSelected () const;
+ TQColor changedNormal () const;
+ TQColor changedSelected () const;
- QString runlevelPath () const;
- QString scriptPath () const;
+ TQString runlevelPath () const;
+ TQString scriptPath () const;
protected:
- virtual void showEvent (QShowEvent* e);
+ virtual void showEvent (TQShowEvent* e);
signals:
void updateColors ();
@@ -52,7 +52,7 @@ private slots:
private:
friend class KSVTopLevel;
- KSVPreferences (QWidget* parent);
+ KSVPreferences (TQWidget* parent);
void setConfig ();
bool checkPaths();
void reReadMessages();