summaryrefslogtreecommitdiffstats
path: root/tdecore/tdeconfig_compiler/tests/test4.cpp.ref
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2016-12-18 16:41:34 +0300
committerSlávek Banko <slavek.banko@axis.cz>2017-01-29 02:27:15 +0100
commit57e73e9e4c61f9cfd9cc03fbbfa5970452e0e8a4 (patch)
tree19899499d7b97950a10341405875aa1c1580fdc9 /tdecore/tdeconfig_compiler/tests/test4.cpp.ref
parent7e73e618d0470110b60f8f1d3211841daf99b593 (diff)
downloadtdelibs-57e73e9e4c61f9cfd9cc03fbbfa5970452e0e8a4.tar.gz
tdelibs-57e73e9e4c61f9cfd9cc03fbbfa5970452e0e8a4.zip
tdecore/tdeconfig_compiler: add check/test executables
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'tdecore/tdeconfig_compiler/tests/test4.cpp.ref')
-rw-r--r--tdecore/tdeconfig_compiler/tests/test4.cpp.ref2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tdeconfig_compiler/tests/test4.cpp.ref b/tdecore/tdeconfig_compiler/tests/test4.cpp.ref
index c68437969..d25447c3c 100644
--- a/tdecore/tdeconfig_compiler/tests/test4.cpp.ref
+++ b/tdecore/tdeconfig_compiler/tests/test4.cpp.ref
@@ -26,7 +26,7 @@ Test4::Test4( )
mSelf = this;
setCurrentGroup( TQString::fromLatin1( "Foo" ) );
-TQColor defaultColor[4] = { Qt::red, Qt::blue, Qt::green, Qt::black };
+TQColor defaultColor[4] = { TQt::red, TQt::blue, TQt::green, TQt::black };
TDEConfigSkeleton::ItemColor *itemColor[4];
itemColor[0] = new TDEConfigSkeleton::ItemColor( currentGroup(), TQString::fromLatin1( "color #0" ), mColor[0], defaultColor[0] );
addItem( itemColor[0], TQString::fromLatin1( "Color0" ) );