From e4e0479220e9e9616b68b2a11e42cff7a8af7b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:17:06 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- kioslave/man/kio_man_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kioslave/man') 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"); -- cgit v1.2.1