summaryrefslogtreecommitdiffstats
path: root/klines
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:59 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 20:17:59 -0600
commitc75428cb70ed336c2d3f40d71ad41444097a6626 (patch)
treedb66ae525d43cec6633b7e3d4d6035abc38baf9c /klines
parent3f52288dea050e15d91fa5753229f436a7b5a247 (diff)
downloadtdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.tar.gz
tdegames-c75428cb70ed336c2d3f40d71ad41444097a6626.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'klines')
-rw-r--r--klines/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/klines/main.cpp b/klines/main.cpp
index 4cc6c932..e9a120a7 100644
--- a/klines/main.cpp
+++ b/klines/main.cpp
@@ -36,8 +36,8 @@ static const char dummy[] = I18N_NOOP2("Menu title", "&Move");
int main( int argc, char **argv )
{
- KAboutData aboutData("klines", I18N_NOOP("Kolor Lines"), LINESVERSION,
- description, KAboutData::License_GPL);
+ TDEAboutData aboutData("klines", I18N_NOOP("Kolor Lines"), LINESVERSION,
+ description, TDEAboutData::License_GPL);
aboutData.addAuthor("Roman Merzlyakov", I18N_NOOP("Original author"), "roman@sbrf.barrt.ru");
aboutData.addAuthor("Roman Razilov", I18N_NOOP("Rewrite and Extension"), "Roman.Razilov@gmx.de");
TDECmdLineArgs::init(argc, argv, &aboutData);