diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:18:35 -0600 |
commit | f71394031a5e1c3b315081a98000f242b461ca8c (patch) | |
tree | 54081035a0fdae2cadbf9d7df74a9a4e4cd46925 /kfax/kfax.cpp | |
parent | e5ce3b4175f2e72788b49b9ed46c722784218dad (diff) | |
download | tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.tar.gz tdegraphics-f71394031a5e1c3b315081a98000f242b461ca8c.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kfax/kfax.cpp')
-rw-r--r-- | kfax/kfax.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp index 2cc4e0f5..7e420a11 100644 --- a/kfax/kfax.cpp +++ b/kfax/kfax.cpp @@ -1649,8 +1649,8 @@ static KCmdLineOptions options[] = int main (int argc, char **argv) { - KAboutData aboutData( "kfax", I18N_NOOP("KFax"), - KFAXVERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kfax", I18N_NOOP("KFax"), + KFAXVERSION, description, TDEAboutData::License_GPL, "(c) 1997-98 Bernd Johannes Wuebben"); aboutData.addAuthor( "Bernd Johannes Wuebben", 0, "wuebben@kde.org" ); aboutData.addCredit( "Nadeem Hasan", I18N_NOOP( "UI Rewrite, lots of code " |