summaryrefslogtreecommitdiffstats
path: root/kcontrol/background/bgsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/background/bgsettings.h')
-rw-r--r--kcontrol/background/bgsettings.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/kcontrol/background/bgsettings.h b/kcontrol/background/bgsettings.h
index a49873af2..40b2c68d8 100644
--- a/kcontrol/background/bgsettings.h
+++ b/kcontrol/background/bgsettings.h
@@ -1,5 +1,4 @@
-/* vi: ts=8 sts=4 sw=4
- * kate: space-indent on; indent-width 4; indent-mode cstyle;
+/*
*
* This file is part of the KDE project, module kdesktop.
* Copyright (C) 1999 Geert Jansen <g.t.jansen@stud.tue.nl>
@@ -18,7 +17,7 @@
template <class TQString, class T> class TQMap;
class TDEStandardDirs;
-class KSimpleConfig;
+class TDESimpleConfig;
class TDEConfig;
class TQString;
class TQImage;
@@ -67,7 +66,7 @@ private:
TQString m_Name, m_Comment;
TQString m_Pattern, m_File;
TDEStandardDirs *m_pDirs;
- KSimpleConfig *m_pConfig;
+ TDESimpleConfig *m_pConfig;
};
@@ -138,7 +137,7 @@ private:
TQString m_PreviewCommand, m_Comment;
TQString m_Executable, m_File;
TDEStandardDirs *m_pDirs;
- KSimpleConfig *m_pConfig;
+ TDESimpleConfig *m_pConfig;
};