summaryrefslogtreecommitdiffstats
path: root/src/Mainpage.dox
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:23:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:23:50 -0600
commit3a044decb0a5d7be822c888b2d5374573d7df96e (patch)
treeddf4681e0233c25203fc927596aa7b3bdb5f2efa /src/Mainpage.dox
parent5c0390ebaa2be82d8684af5a6bc2b16740f4cc1b (diff)
downloadtdevelop-3a044decb0a5d7be822c888b2d5374573d7df96e.tar.gz
tdevelop-3a044decb0a5d7be822c888b2d5374573d7df96e.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/Mainpage.dox')
-rw-r--r--src/Mainpage.dox4
1 files changed, 2 insertions, 2 deletions
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");