summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kedittest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/kedittest.cpp')
-rw-r--r--tdeui/tests/kedittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kedittest.cpp b/tdeui/tests/kedittest.cpp
index 17a593e74..42d6f659f 100644
--- a/tdeui/tests/kedittest.cpp
+++ b/tdeui/tests/kedittest.cpp
@@ -4,7 +4,7 @@
int main( int argc, char **argv )
{
- KApplication app( argc, argv, "kedittest" );
+ TDEApplication app( argc, argv, "kedittest" );
KEdit *edit = new KEdit( 0L );
TQPopupMenu *pop = new TQPopupMenu( 0L );
pop->insertItem( "Popupmenu item" );