summaryrefslogtreecommitdiffstats
path: root/krec
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:20:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:20:31 -0600
commitfcd5041fd6bf0cea48980d8a035468b2cdb5fff2 (patch)
treeaa0c8d74da1f6fbe13337d07bdf046ef3df80e35 /krec
parentce8519b39b2aeaf3ef667afced239d5a4643ef72 (diff)
downloadtdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.tar.gz
tdemultimedia-fcd5041fd6bf0cea48980d8a035468b2cdb5fff2.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'krec')
-rw-r--r--krec/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krec/main.cpp b/krec/main.cpp
index 1a841fe2..f59b22ab 100644
--- a/krec/main.cpp
+++ b/krec/main.cpp
@@ -44,8 +44,8 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] )
{
//cout<<endl<<"Starting kRec..."<<endl;
- KAboutData aboutData( "krec", I18N_NOOP("KRec"),
- "0.5.1", description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "krec", I18N_NOOP("KRec"),
+ "0.5.1", description, TDEAboutData::License_GPL,
"(c) 2002, 2003 Arnold Krille" );
aboutData.addAuthor("Arnold Krille", I18N_NOOP( "Creator \nLook at the website www.arnoldarts.de \nfor other good stuff." ), "arnold@arnoldarts.de");
aboutData.addCredit( "Matthias Kretz", I18N_NOOP( "Helped where he was asked" ), "kretz@kde.org" );