diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:52:36 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:52:36 -0600 |
| commit | 8dd312f62fc4cb2531fca825ae8ea19b78a33b60 (patch) | |
| tree | faf36d52ac2f83d6a14f12b65bcae8aaacba52b9 | |
| parent | 2aeb2ce317c66d224b6d1a60c1e197eebceb72d6 (diff) | |
| download | keep-8dd312f62fc4cb2531fca825ae8ea19b78a33b60.tar.gz keep-8dd312f62fc4cb2531fca825ae8ea19b78a33b60.zip | |
Rename KInstance and KAboutData to avoid conflicts with KDE4
| -rw-r--r-- | keep/app/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keep/app/main.cpp b/keep/app/main.cpp index 7af5692..38ac613 100644 --- a/keep/app/main.cpp +++ b/keep/app/main.cpp @@ -30,7 +30,7 @@ static const char *description = int main(int argc, char **argv) { - KAboutData aboutData( "keep", I18N_NOOP( "Keep" ),"0.4.0", description, KAboutData::License_GPL_V2, + TDEAboutData aboutData( "keep", I18N_NOOP( "Keep" ),"0.4.0", description, TDEAboutData::License_GPL_V2, "(c) 2005 Jean-Rémy Falleri" ); aboutData.addAuthor( "Jean-Rémy Falleri", I18N_NOOP( "Maintainer" ), "jr.falleri@laposte.net" ); |
