summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-27 23:11:38 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-27 23:11:38 -0600
commitcee070a24dca508302b2243aef4837f79eb1ec14 (patch)
tree47a1d36c40506778cf333f16c689c44af652c838
parent9799f90e702b2c78b52ff02c4845aa1b3c64d6ea (diff)
downloadtdeadmin-cee070a2.tar.gz
tdeadmin-cee070a2.zip
Fix FTBFS
-rw-r--r--kuser/kuser.kcfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/kuser/kuser.kcfg b/kuser/kuser.kcfg
index a264ef3..05b21c8 100644
--- a/kuser/kuser.kcfg
+++ b/kuser/kuser.kcfg
@@ -39,7 +39,7 @@
<entry name="homepath" type="String">
<label>Home path template</label>
<whatsthis>This option specifies the UNIX home path template for new users. The '%U' macro will replaced with the actual user name.</whatsthis>
- <default code="true">QFile::decodeName(KU_HOMETEMPLATE)</default>
+ <default code="true">TQFile::decodeName(KU_HOMETEMPLATE)</default>
</entry>
<entry name="firstUID" type="Int">
<label>First UID</label>
@@ -91,7 +91,7 @@
<entry name="sexpire" type="DateTime">
<label>sexpire</label>
<whatsthis>This setting is for specifying a date when user accounts will expire.</whatsthis>
- <default code="true">QDateTime(QDate(1970,1,1))</default>
+ <default code="true">TQDateTime(TQDate(1970,1,1))</default>
</entry>
<entry name="sneverexpire" type="Bool">
<label>sneverexpire</label>