diff options
Diffstat (limited to 'kshutdown/systemconfig.h')
-rw-r--r-- | kshutdown/systemconfig.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kshutdown/systemconfig.h b/kshutdown/systemconfig.h index 7f79ab0..216a121 100644 --- a/kshutdown/systemconfig.h +++ b/kshutdown/systemconfig.h @@ -22,8 +22,8 @@ #include <kdialogbase.h> -class KListView; -class KListViewItem; +class TDEListView; +class TDEListViewItem; /** @short A system configuration manager. */ class SystemConfig: KDialogBase @@ -44,12 +44,12 @@ private: enum Type { Info, OK, Warning }; static int _canShutDown; int _problems; - KListView *_messages; - KListViewItem - *_kdmNotDetected, + TDEListView *_messages; + TDEListViewItem + *_tdmNotDetected, *_shutdownAllowItem; SystemConfig(TQWidget *parent); - KListViewItem *add(const Type type, const TQString &message); + TDEListViewItem *add(const Type type, const TQString &message); void checkFile(const TQString &file); void checkKDE(); void checkKDM(); |