From aa3a1ca934bc541bddd3fa136a85f106f7da266e Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:25:18 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeadmin@1157635 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- ksysv/PreferencesDialog.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ksysv/PreferencesDialog.h') 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 +#include #include 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(); -- cgit v1.2.1