summaryrefslogtreecommitdiffstats
path: root/kview/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:18:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:18:35 -0600
commitf71394031a5e1c3b315081a98000f242b461ca8c (patch)
tree54081035a0fdae2cadbf9d7df74a9a4e4cd46925 /kview/main.cpp
parente5ce3b4175f2e72788b49b9ed46c722784218dad (diff)
downloadtdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.tar.gz
tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kview/main.cpp')
-rw-r--r--kview/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kview/main.cpp b/kview/main.cpp
index 4f8266d2..43b6d907 100644
--- a/kview/main.cpp
+++ b/kview/main.cpp
@@ -33,9 +33,9 @@ static KCmdLineOptions options[] =
extern "C" KDE_EXPORT int kdemain( int argc, char ** argv )
{
- KAboutData about( "kview", I18N_NOOP( "KView" ),
+ TDEAboutData about( "kview", I18N_NOOP( "KView" ),
KVIEW_VERSION, description,
- KAboutData::License_GPL,
+ TDEAboutData::License_GPL,
I18N_NOOP( "(c) 1997-2002, The KView Developers" ) );
about.addAuthor( "Matthias Kretz", I18N_NOOP( "Maintainer" ), "kretz@kde.org" );
about.addAuthor( "Sirtaj Singh Kang", I18N_NOOP( "started it all" ), "taj@kde.org" );