summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kcharselecttest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kcharselecttest.cpp')
-rw-r--r--tdeui/tests/kcharselecttest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeui/tests/kcharselecttest.cpp b/tdeui/tests/kcharselecttest.cpp
index facd17bca..5ee4ee381 100644
--- a/tdeui/tests/kcharselecttest.cpp
+++ b/tdeui/tests/kcharselecttest.cpp
@@ -1,10 +1,10 @@
-#include <kapplication.h>
-#include <klocale.h>
+#include <tdeapplication.h>
+#include <tdelocale.h>
#include "kcharselect.h"
int main (int argc,char **argv)
{
- KApplication app( argc, argv, "kcharselecttest" );
+ TDEApplication app( argc, argv, "kcharselecttest" );
KCharSelect selector( 0, "char selector" );
selector.resize( selector.sizeHint() );