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/importaddresses.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/importaddresses.cc') diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index c4f321e..74e4652 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -55,7 +55,7 @@ static const KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData aboutData("importaddresses","Import Address Book","0.1"); + TDEAboutData aboutData("importaddresses","Import Address Book","0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); -- cgit v1.2.1