From 5fc6f26e12b596addd235f87320c31761bd5a84d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:15 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kmail/dcoptest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/dcoptest.cpp') diff --git a/kmail/dcoptest.cpp b/kmail/dcoptest.cpp index 04ba43b92..b960b55cc 100644 --- a/kmail/dcoptest.cpp +++ b/kmail/dcoptest.cpp @@ -15,7 +15,7 @@ int main(int argc,char **argv) { kdDebug(5006) << "Test KMail DCOP interface." << endl; - KAboutData aboutData( "testKMailDCOP", + TDEAboutData aboutData( "testKMailDCOP", "Test for KMail DCOP interface", "0.0" ); TDECmdLineArgs::init(argc, argv, &aboutData); TDEApplication app; -- cgit v1.2.1