From 392001d075bb52d40ef1664f87758f0428960bb6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:51:06 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 0fbac4f..01290f4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -35,11 +35,11 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("d3lphin", + TDEAboutData about("d3lphin", I18N_NOOP("Dolphin"), "0.9.2", I18N_NOOP("File Manager"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(C) 2007 Marcel Juhnke"); about.setHomepage("https://marrat.homelinux.org/D3lphin"); about.setBugAddress("marrat@marrat.homelinux.org"); -- cgit v1.2.1