From 655931fdf8306a67463d4ad8aa08c9373e512a7c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:51:08 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/app/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app') diff --git a/src/app/main.cpp b/src/app/main.cpp index b315cc9..bb4f94f 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -16,9 +16,9 @@ static const KCmdLineOptions options[] = { 0, 0, 0 } }; -static KAboutData about( +static TDEAboutData about( APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION, - I18N_NOOP("Graphical disk-usage information"), KAboutData::License_GPL_V2, + I18N_NOOP("Graphical disk-usage information"), TDEAboutData::License_GPL_V2, I18N_NOOP("(C )2006 Max Howell"), 0, "http://www.methylblue.com/filelight/", "filelight@methylblue.com" ); -- cgit v1.2.1