diff options
Diffstat (limited to 'tdeui/tests/kledtest.cpp')
-rw-r--r-- | tdeui/tests/kledtest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/kledtest.cpp b/tdeui/tests/kledtest.cpp index 54ae8b6e1..4ba158776 100644 --- a/tdeui/tests/kledtest.cpp +++ b/tdeui/tests/kledtest.cpp @@ -1,4 +1,4 @@ -#include <kapplication.h> +#include <tdeapplication.h> #include <tqwidget.h> #include <tqtimer.h> #include <stdlib.h> @@ -134,7 +134,7 @@ KLedTest::timeout() int main( int argc, char **argv ) { - KApplication a( argc, argv, "KLedTest" ); + TDEApplication a( argc, argv, "KLedTest" ); KLedTest widget; // ----- /* |