summaryrefslogtreecommitdiffstats
path: root/kexi/tests/newapi/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/tests/newapi/main.cpp')
-rw-r--r--kexi/tests/newapi/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/tests/newapi/main.cpp b/kexi/tests/newapi/main.cpp
index 95e2c0b3..fce63501 100644
--- a/kexi/tests/newapi/main.cpp
+++ b/kexi/tests/newapi/main.cpp
@@ -159,7 +159,7 @@ int main(int argc, char** argv)
if (gui) {
app = new TDEApplication(true, true);
instance = app;
- KGlobal::iconLoader()->addAppDir("kexi");
+ TDEGlobal::iconLoader()->addAppDir("kexi");
}
else {
instance = new TDEInstance(prgname);