diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-07-31 19:25:18 +0000 |
commit | aa3a1ca934bc541bddd3fa136a85f106f7da266e (patch) | |
tree | 9ad0b795aed8fa4ac30c2fe0fd1aacb8175714c0 /ksysv/PreferencesDialog.h | |
parent | b10cf7066791a2f362495890cd50c984e8025412 (diff) | |
download | tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.tar.gz tdeadmin-aa3a1ca934bc541bddd3fa136a85f106f7da266e.zip |
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksysv/PreferencesDialog.h')
-rw-r--r-- | ksysv/PreferencesDialog.h | 18 |
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(); |