diff options
-rw-r--r-- | src/main.cpp | 4 |
1 files 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("[email protected]"); |