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 fba38f8bf..27dcdf845 100644
--- a/tdecore/tests/kiconloadertest.cpp
+++ b/tdecore/tests/kiconloadertest.cpp
@@ -9,7 +9,7 @@ int main(int argc, char *argv[])
{
TDEApplication app(argc,argv,"kiconloadertest"/*,false,false*/);
- KIconLoader * mpLoader = KGlobal::iconLoader();
+ KIconLoader * mpLoader = TDEGlobal::iconLoader();
KIcon::Context mContext = KIcon::Application;
TQTime dt;
dt.start();