summaryrefslogtreecommitdiffstats
path: root/kanagram
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:44 -0600
commit634845c7a257ece46caaf3d46d8e28c8c091cbf4 (patch)
tree47eed4bfeb29f9b24fbcdbc961d0804dbe0d3355 /kanagram
parent2362ae77640ba97b6ff6beba1636d0fb4da4b34a (diff)
downloadtdeedu-634845c7a257ece46caaf3d46d8e28c8c091cbf4.tar.gz
tdeedu-634845c7a257ece46caaf3d46d8e28c8c091cbf4.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kanagram')
-rw-r--r--kanagram/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kanagram/src/main.cpp b/kanagram/src/main.cpp
index 5ecbb800..71452cdf 100644
--- a/kanagram/src/main.cpp
+++ b/kanagram/src/main.cpp
@@ -33,7 +33,7 @@ int main(int argc, char *argv[])
about.addAuthor("Joshua Keel", I18N_NOOP("Coding"), "joshuakeel@gmail.com");
about.addAuthor("Danny Allen", I18N_NOOP("Design, Graphics and many Vocabularies"), "danny@dannyallen.co.uk");
about.addCredit("Artemiy Pavlov", I18N_NOOP("Sound effects"), 0, "http://artemiolabs.com");
- KCmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::init(argc, argv, &about);
KApplication app;
app.connect(&app, TQT_SIGNAL(lastWindowClosed()), &app, TQT_SLOT(quit()));