summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:58:35 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:58:35 -0600
commit5ae3c2843d56af4f9705babc2d410af65a85f8c6 (patch)
tree06e94898bc3709bf35cb964756386d6e6ae9419b /src/main.cpp
parentee122a5f82dd1335f64231d18554f46e7b841068 (diff)
downloadpotracegui-5ae3c2843d56af4f9705babc2d410af65a85f8c6.tar.gz
potracegui-5ae3c2843d56af4f9705babc2d410af65a85f8c6.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index a979f5b..0dfb14a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,8 +36,8 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData about("potracegui", I18N_NOOP("potracegui"), "1.3", description,
- KAboutData::License_GPL, "(C) 2004 Antonio Fasolato", 0, 0, "Antonio.Fasolato@poste.it");
+ TDEAboutData about("potracegui", I18N_NOOP("potracegui"), "1.3", description,
+ TDEAboutData::License_GPL, "(C) 2004 Antonio Fasolato", 0, 0, "Antonio.Fasolato@poste.it");
about.addAuthor( "Antonio Fasolato", 0, "Antonio.Fasolato@poste.it" );
about.addCredit( "Tim Fechtner", I18N_NOOP("German translation"), "Tim.Fechtner@gmx.de");
TDECmdLineArgs::init(argc, argv, &about);