summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kapptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kapptest.cpp')
-rw-r--r--tdecore/tests/kapptest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kapptest.cpp b/tdecore/tests/kapptest.cpp
index 6c5e135dc..53bb0f9f3 100644
--- a/tdecore/tests/kapptest.cpp
+++ b/tdecore/tests/kapptest.cpp
@@ -28,7 +28,7 @@
int
main(int argc, char *argv[])
{
- KAboutData about("kapptest", "kapptest", "version");
+ TDEAboutData about("kapptest", "kapptest", "version");
TDECmdLineArgs::init(argc, argv, &about);
TDEApplication a;