diff options
Diffstat (limited to 'tdecore/tdeconfig_compiler/tests/test1.kcfg')
-rw-r--r-- | tdecore/tdeconfig_compiler/tests/test1.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/tdeconfig_compiler/tests/test1.kcfg b/tdecore/tdeconfig_compiler/tests/test1.kcfg index ce42aebfb..e2bbed175 100644 --- a/tdecore/tdeconfig_compiler/tests/test1.kcfg +++ b/tdecore/tdeconfig_compiler/tests/test1.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" /> @@ -35,7 +35,7 @@ </entry> <entry name="MyPath" type="Path"> <label>This is a path</label> - <default code="true">QDir::homeDirPath()+QString::fromLatin1(".hidden_file")</default> + <default code="true">TQDir::homeDirPath()+TQString::fromLatin1(".hidden_file")</default> </entry> <entry name="AnotherOption2" type="Int" key="Another Option"> <label>Another option</label> |