summaryrefslogtreecommitdiffstats
path: root/adept/batch/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:50:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:50:11 -0600
commitd27f8b16e4c71149fae710de57c29c44c2b51a88 (patch)
tree4522ddd5f158a134fc336dd6e5a603d67d687340 /adept/batch/main.cpp
parent8aed4b829a1731352e119bdf5f8f51f31a1f354a (diff)
downloadadept-d27f8b16e4c71149fae710de57c29c44c2b51a88.tar.gz
adept-d27f8b16e4c71149fae710de57c29c44c2b51a88.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'adept/batch/main.cpp')
-rw-r--r--adept/batch/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/adept/batch/main.cpp b/adept/batch/main.cpp
index eed84e5..d255f89 100644
--- a/adept/batch/main.cpp
+++ b/adept/batch/main.cpp
@@ -18,11 +18,11 @@ int main(int argc, char *argv[])
TQString description = i18n("Adept Batch");
- KAboutData aboutData( "adept_batch",
+ TDEAboutData aboutData( "adept_batch",
I18N_NOOP("Adept Batch"),
"2.1 Cruiser",
description.latin1(),
- KAboutData::License_BSD,
+ TDEAboutData::License_BSD,
I18N_NOOP("(c) 2006 Peter Rockai"),
0,
"http://web.mornfall.net/adept.html");