From f71394031a5e1c3b315081a98000f242b461ca8c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:18:35 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kfax/kfax.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfax') 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 " -- cgit v1.2.1