From 3a044decb0a5d7be822c888b2d5374573d7df96e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:23:50 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/Mainpage.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Mainpage.dox') diff --git a/src/Mainpage.dox b/src/Mainpage.dox index 78ee051b..12599626 100644 --- a/src/Mainpage.dox +++ b/src/Mainpage.dox @@ -42,8 +42,8 @@ Example: int main(int argc, char *argv[]) { static const char description[] = I18N_NOOP("My Application"); - KAboutData aboutData("myapp", I18N_NOOP("My Application"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData("myapp", I18N_NOOP("My Application"), + VERSION, description, TDEAboutData::License_GPL, I18N_NOOP("(c) 1999-2004, MyApp developers"), "", "http://www.myapp.org"); aboutData.addAuthor("Me", I18N_NOOP("Creator"), "me@myapp.org"); -- cgit v1.2.1