diff options
Diffstat (limited to 'tdeui/tests/kpalettetest.cpp')
-rw-r--r-- | tdeui/tests/kpalettetest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/kpalettetest.cpp b/tdeui/tests/kpalettetest.cpp index 32b91ff96..94036244e 100644 --- a/tdeui/tests/kpalettetest.cpp +++ b/tdeui/tests/kpalettetest.cpp @@ -1,5 +1,5 @@ -#include <kapplication.h> +#include <tdeapplication.h> #include <tqwidget.h> #include <tqtimer.h> #include <stdlib.h> @@ -12,7 +12,7 @@ int main( int argc, char **argv ) { - KApplication a( argc, argv, "KPalettetest" ); + TDEApplication a( argc, argv, "KPalettetest" ); TQStringList palettes = KPalette::getPaletteList(); for(TQStringList::ConstIterator it = palettes.begin(); |