summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kiconloadertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kiconloadertest.cpp')
-rw-r--r--tdecore/tests/kiconloadertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kiconloadertest.cpp b/tdecore/tests/kiconloadertest.cpp
index c6da1994c..5c9e65a28 100644
--- a/tdecore/tests/kiconloadertest.cpp
+++ b/tdecore/tests/kiconloadertest.cpp
@@ -7,7 +7,7 @@
int main(int argc, char *argv[])
{
- TDEApplication app(argc,argv,"kiconloadertest"/*,false,false*/);
+ TDEApplication app(argc,argv,TQCString("kiconloadertest")/*,false,false*/);
TDEIconLoader * mpLoader = TDEGlobal::iconLoader();
TDEIcon::Context mContext = TDEIcon::Application;