diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:51:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:51:06 -0600 |
commit | 392001d075bb52d40ef1664f87758f0428960bb6 (patch) | |
tree | 95a11f6f795f41528e4ff1b9474a661f9f459908 /src | |
parent | 17825497159b3afe0616ec0621797add0944255b (diff) | |
download | dolphin-392001d075bb52d40ef1664f87758f0428960bb6.tar.gz dolphin-392001d075bb52d40ef1664f87758f0428960bb6.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-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]"); |