From 28879aa783655c1bb2b65e7761f8fe2a7cf8f7b2 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:56:54 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- tests/testidmapper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testidmapper.cc') diff --git a/tests/testidmapper.cc b/tests/testidmapper.cc index 7365ccb..d5e460e 100644 --- a/tests/testidmapper.cc +++ b/tests/testidmapper.cc @@ -287,7 +287,7 @@ bool test7() int main(int argc, char **argv) { TDEApplication::disableAutoDcopRegistration(); - KAboutData aboutData("testidmapper","Test IDMapper","0.1"); + TDEAboutData aboutData("testidmapper","Test IDMapper","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDEApplication app( false, false ); -- cgit v1.2.1