summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/testqtargs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/testqtargs.cpp')
-rw-r--r--tdecore/tests/testqtargs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/testqtargs.cpp b/tdecore/tests/testqtargs.cpp
index 97c545e1e..56a3e943d 100644
--- a/tdecore/tests/testqtargs.cpp
+++ b/tdecore/tests/testqtargs.cpp
@@ -73,7 +73,7 @@ int main(int argc, char *argv[])
tqDebug("qt arg[%d] = %s", i, qtargs->arg(i));
}
- KApplication app;
+ TDEApplication app;
TDECmdLineArgs *kdeargs = TDECmdLineArgs::parsedArgs("tde");
TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();