From b19ddece21e102b8e4b292037ca7578f60b128fe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:05 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kabc/vcard/testwrite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kabc/vcard/testwrite.cpp') diff --git a/kabc/vcard/testwrite.cpp b/kabc/vcard/testwrite.cpp index 8498fc6d0..fe218c0b1 100644 --- a/kabc/vcard/testwrite.cpp +++ b/kabc/vcard/testwrite.cpp @@ -8,7 +8,7 @@ int main(int argc,char **argv) { - KAboutData aboutData("testwrite",I18N_NOOP("TestWritevCard"),"0.1"); + TDEAboutData aboutData("testwrite",I18N_NOOP("TestWritevCard"),"0.1"); TDECmdLineArgs::init(argc,argv,&aboutData); TDEApplication app; -- cgit v1.2.1