diff options
Diffstat (limited to 'tdecore/tests/kiconloadertest.cpp')
-rw-r--r-- | tdecore/tests/kiconloadertest.cpp | 2 |
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; |