summaryrefslogtreecommitdiffstats
path: root/kiosktool/kioskrun.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-16 09:56:13 -0600
commit1970df5bb461eff586a2a099ae0c020bdcd550b7 (patch)
tree9ec8eea2b02f2476145046092e3cdafd51b4ee10 /kiosktool/kioskrun.h
parentf97153cfb212e0b3feb8c8f1c6376b89c747a9a9 (diff)
downloadkiosktool-1970df5bb461eff586a2a099ae0c020bdcd550b7.tar.gz
kiosktool-1970df5bb461eff586a2a099ae0c020bdcd550b7.zip
Revert "Rename a number of old tq methods that are no longer tq specific"
This reverts commit f97153cfb212e0b3feb8c8f1c6376b89c747a9a9.
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 0a11815..dcd114f 100644
--- a/kiosktool/kioskrun.h
+++ b/kiosktool/kioskrun.h
@@ -30,7 +30,7 @@
#include <kprogress.h>
-class ImmutableStatus;
+class ImmutabletqStatus;
class KConfig;
class KProcess;
class KSimpleConfig;
@@ -182,8 +182,8 @@ protected:
void shutdownConfigEnv();
void applyEnvironment(KProcess *p);
- TQString saveImmutableStatus(const TQString &filename);
- bool restoreImmutableStatus(const TQString &filename, bool force);
+ TQString saveImmutabletqStatus(const TQString &filename);
+ bool restoreImmutabletqStatus(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<ImmutableStatus> m_immutableStatusCache;
+ TQDict<ImmutabletqStatus> m_immutableStatusCache;
bool m_noRestrictions;
bool m_forceSycocaUpdate;
bool m_isRoot;