summaryrefslogtreecommitdiffstats
path: root/kiosktool/kioskrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'kiosktool/kioskrun.h')
-rw-r--r--kiosktool/kioskrun.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kiosktool/kioskrun.h b/kiosktool/kioskrun.h
index dcd114f..0a11815 100644
--- a/kiosktool/kioskrun.h
+++ b/kiosktool/kioskrun.h
@@ -30,7 +30,7 @@
#include <kprogress.h>
-class ImmutabletqStatus;
+class ImmutableStatus;
class KConfig;
class KProcess;
class KSimpleConfig;
@@ -182,8 +182,8 @@ protected:
void shutdownConfigEnv();
void applyEnvironment(KProcess *p);
- TQString saveImmutabletqStatus(const TQString &filename);
- bool restoreImmutabletqStatus(const TQString &filename, bool force);
+ TQString saveImmutableStatus(const TQString &filename);
+ bool restoreImmutableStatus(const TQString &filename, bool force);
void setCustomRestrictionFileBrowsing(bool restrict);
@@ -200,7 +200,7 @@ private:
KInstance *m_instance;
KInstance *m_saveInstance;
TQDict<KConfig> m_saveConfigCache;
- TQDict<ImmutabletqStatus> m_immutableStatusCache;
+ TQDict<ImmutableStatus> m_immutableStatusCache;
bool m_noRestrictions;
bool m_forceSycocaUpdate;
bool m_isRoot;