diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:27 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:17:27 -0600 |
| commit | 78f8b2d68bde64c6e656effef397080ddfa1048d (patch) | |
| tree | 83166b4ada30661b704e9ba65346af0f6608f94d /kturtle | |
| parent | f2240fa06f8350fbbd6e6a4f23fe0c164768c6c1 (diff) | |
| download | tdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.tar.gz tdeedu-78f8b2d68bde64c6e656effef397080ddfa1048d.zip | |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kturtle')
| -rw-r--r-- | kturtle/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kturtle/src/main.cpp b/kturtle/src/main.cpp index dd795c6d..5f7d9eb3 100644 --- a/kturtle/src/main.cpp +++ b/kturtle/src/main.cpp @@ -45,7 +45,7 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("kturtle", I18N_NOOP("KTurtle"), version, description, KAboutData::License_GPL, copyright, 0, website); + TDEAboutData about("kturtle", I18N_NOOP("KTurtle"), version, description, TDEAboutData::License_GPL, copyright, 0, website); about.addAuthor("Cies Breijs", I18N_NOOP("Main developer and initiator"), "cies # kde.nl"); |
