diff options
Diffstat (limited to 'tdecore/tdeconfig_compiler/tests/test9.kcfg')
-rw-r--r-- | tdecore/tdeconfig_compiler/tests/test9.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeconfig_compiler/tests/test9.kcfg b/tdecore/tdeconfig_compiler/tests/test9.kcfg index b7495e2b6..2c4f1ffa8 100644 --- a/tdecore/tdeconfig_compiler/tests/test9.kcfg +++ b/tdecore/tdeconfig_compiler/tests/test9.kcfg @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > - <include>qdir.h</include> + <include>tqdir.h</include> <kcfgfile name="examplerc"> <parameter name="transport" /> <parameter name="folder" /> @@ -18,7 +18,7 @@ </entry> <entry name="MyPathsList2" type="PathList"> <label>This is an additional test for PathList</label> - <default code="true">QStringList(QString::fromLatin1("/usr/bin")) += QDir::homeDirPath()</default> + <default code="true">TQStringList(TQString::fromLatin1("/usr/bin")) += TQDir::homeDirPath()</default> </entry> </group> </kcfg> |