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 --- kfaxview/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kfaxview/main.cpp') diff --git a/kfaxview/main.cpp b/kfaxview/main.cpp index 93fd1807..7f4fbeee 100644 --- a/kfaxview/main.cpp +++ b/kfaxview/main.cpp @@ -50,8 +50,8 @@ static const char description[] = I18N_NOOP("A previewer for Fax files."); int main(int argc, char** argv) { - KAboutData about ("kfaxview", I18N_NOOP("KFaxView"), "3.5", - description, KAboutData::License_GPL, + TDEAboutData about ("kfaxview", I18N_NOOP("KFaxView"), "3.5", + description, TDEAboutData::License_GPL, "Stephan Kebekus, Helge Deller", I18N_NOOP("Fax-G3 plugin for the KViewShell document viewer framework.")); -- cgit v1.2.3