diff options
Diffstat (limited to 'kioslave/man/kio_man_test.cpp')
-rw-r--r-- | kioslave/man/kio_man_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/man/kio_man_test.cpp b/kioslave/man/kio_man_test.cpp index 44623cb9f..03a7ee12e 100644 --- a/kioslave/man/kio_man_test.cpp +++ b/kioslave/man/kio_man_test.cpp @@ -27,7 +27,7 @@ protected: int main(int argc, char **argv) { - KApplication a( argc, argv , "p2"); + TDEApplication a( argc, argv , "p2"); MANProtocol testproto("/tmp/kiotest.in", "/tmp/kiotest.out"); testproto.showIndex("3"); |