summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:51:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:51:35 -0600
commit267706e1270bedd77c0e36d8925ecba303d8725d (patch)
treeb7b5409e3c1eea4e95108d14d8a83620122f2260 /src
parent9cc3e244ea10df42f7270494bd4662aa0f911378 (diff)
downloadk3b-267706e1270bedd77c0e36d8925ecba303d8725d.tar.gz
k3b-267706e1270bedd77c0e36d8925ecba303d8725d.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2fcdda3..06a6d21 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -76,8 +76,8 @@ static KCmdLineOptions options[] =
int main( int argc, char* argv[] )
{
- KAboutData aboutData( "k3b", "K3b",
- LIBK3B_VERSION, description, KAboutData::License_GPL,
+ TDEAboutData aboutData( "k3b", "K3b",
+ LIBK3B_VERSION, description, TDEAboutData::License_GPL,
"(c) 1999 - 2007, Sebastian Trüg", 0, "http://www.k3b.org" );
aboutData.addAuthor("Sebastian Trüg",I18N_NOOP("Maintainer and Lead Developer"), "trueg@k3b.org");
aboutData.addAuthor("Christian Kvasny",I18N_NOOP("VideoCD Project and VideoCD ripping"), "chris@k3b.org");