From c75428cb70ed336c2d3f40d71ad41444097a6626 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:17:59 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- klines/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'klines') 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); -- cgit v1.2.3