diff options
Diffstat (limited to 'kparts/tests/example.cpp')
-rw-r--r-- | kparts/tests/example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kparts/tests/example.cpp b/kparts/tests/example.cpp index 7792c5d43..3675781ea 100644 --- a/kparts/tests/example.cpp +++ b/kparts/tests/example.cpp @@ -121,7 +121,7 @@ void Shell::slotFileEdit() int main( int argc, char **argv ) { - KApplication app( argc, argv, "kpartstest" ); + TDEApplication app( argc, argv, "kpartstest" ); Shell *shell = new Shell; |