diff options
Diffstat (limited to 'klines')
-rw-r--r-- | klines/main.cpp | 4 |
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); |