From f97153cfb212e0b3feb8c8f1c6376b89c747a9a9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:30:45 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- kiosktool/kioskrun.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kiosktool/kioskrun.h') 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 -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 m_saveConfigCache; - TQDict m_immutableStatusCache; + TQDict m_immutableStatusCache; bool m_noRestrictions; bool m_forceSycocaUpdate; bool m_isRoot; -- cgit v1.2.3