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 --- kpdf/shell/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kpdf/shell') diff --git a/kpdf/shell/main.cpp b/kpdf/shell/main.cpp index 5009ba12..5d8f0be0 100644 --- a/kpdf/shell/main.cpp +++ b/kpdf/shell/main.cpp @@ -31,12 +31,12 @@ static KCmdLineOptions options[] = int main(int argc, char** argv) { - KAboutData about( + TDEAboutData about( "kpdf", I18N_NOOP("KPDF"), version, description, - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(C) 2002 Wilco Greven, Christophe Devriese\n(C) 2004-2005 Albert Astals Cid, Enrico Ros"); about.addAuthor("Wilco Greven", 0, "greven@kde.org"); -- cgit v1.2.1