diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:51:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 19:51:08 -0600 |
commit | 655931fdf8306a67463d4ad8aa08c9373e512a7c (patch) | |
tree | 1e34761a442fa6159b01b5220581c3aadcbcc5a5 /src/part/part.cpp | |
parent | d4da4b0c3286d135d265176a937ce7b9c8fa0125 (diff) | |
download | filelight-655931fdf8306a67463d4ad8aa08c9373e512a7c.tar.gz filelight-655931fdf8306a67463d4ad8aa08c9373e512a7c.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/part/part.cpp')
-rw-r--r-- | src/part/part.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/part/part.cpp b/src/part/part.cpp index 8de3c8c..b519044 100644 --- a/src/part/part.cpp +++ b/src/part/part.cpp @@ -173,10 +173,10 @@ Part::configFilelight() dialog->show(); //deletes itself } -KAboutData* +TDEAboutData* Part::createAboutData() { - return new KAboutData( APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION ); + return new TDEAboutData( APP_NAME, I18N_NOOP( APP_PRETTYNAME ), APP_VERSION ); } bool |