summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/screenshot/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 19:55:40 -0600
committerTimothy Pearson <[email protected]>2013-01-22 19:55:40 -0600
commit73ff676f11662d6178c8854a7832ebffe2ae409d (patch)
tree9e89ea7d87940087d2d3c5db9b378ef989dd1346 /chalk/plugins/viewplugins/screenshot/main.cpp
parentc2ba2f56121c21a762619faf195e8332ef5b224f (diff)
downloadkoffice-73ff676f11662d6178c8854a7832ebffe2ae409d.tar.gz
koffice-73ff676f11662d6178c8854a7832ebffe2ae409d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'chalk/plugins/viewplugins/screenshot/main.cpp')
-rw-r--r--chalk/plugins/viewplugins/screenshot/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/main.cpp b/chalk/plugins/viewplugins/screenshot/main.cpp
index 21c4112b..66f66812 100644
--- a/chalk/plugins/viewplugins/screenshot/main.cpp
+++ b/chalk/plugins/viewplugins/screenshot/main.cpp
@@ -11,8 +11,8 @@ static const char description[] =
int main(int argc, char **argv)
{
- KAboutData aboutData( "ksnapshot", I18N_NOOP("KSnapshot"),
- KSNAPVERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "ksnapshot", I18N_NOOP("KSnapshot"),
+ KSNAPVERSION, description, TDEAboutData::License_GPL,
"(c) 1997-2003, Richard J. Moore,\n(c) 2000, Matthias Ettrich,\n(c) 2002-2003 Aaron J. Seigo");
aboutData.addAuthor("Richard J. Moore",0, "[email protected]");
aboutData.addAuthor("Matthias Ettrich",0, "[email protected]");