summaryrefslogtreecommitdiffstats
path: root/kteatime
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:48 -0600
commit545d48dc2acbfb766a1c277b6f82ae54eea3754f (patch)
tree7b300309ee263157d3c34fd46d387cdc159fb14b /kteatime
parent7adc7115528101c579c41266a2388a37e3b1c04c (diff)
downloadtdetoys-545d48dc2acbfb766a1c277b6f82ae54eea3754f.tar.gz
tdetoys-545d48dc2acbfb766a1c277b6f82ae54eea3754f.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kteatime')
-rw-r--r--kteatime/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kteatime/main.cpp b/kteatime/main.cpp
index 5baeb09..d9d31d5 100644
--- a/kteatime/main.cpp
+++ b/kteatime/main.cpp
@@ -45,7 +45,7 @@ int main(int argc, char *argv[])
aboutData.addAuthor("Matthias Hoelzer-Kluepfel",0, "hoelzer@kde.org");
aboutData.addAuthor("Martin Willers", 0, "willers@xm-arts.de");
aboutData.addCredit("Daniel Teske", I18N_NOOP("Many patches"), "teske@bigfoot.com");
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication app;