From 1d061b286a8b183b39be60fe531f2b1c2915f03a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:15:55 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kdialog/kdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdialog') diff --git a/kdialog/kdialog.cpp b/kdialog/kdialog.cpp index e15564eb4..6533d51c3 100644 --- a/kdialog/kdialog.cpp +++ b/kdialog/kdialog.cpp @@ -676,9 +676,9 @@ static int directCommand(TDECmdLineArgs *args) int main(int argc, char *argv[]) { - KAboutData aboutData( "kdialog", I18N_NOOP("KDialog"), + TDEAboutData aboutData( "kdialog", I18N_NOOP("KDialog"), "1.0", I18N_NOOP( "KDialog can be used to show nice dialog boxes from shell scripts" ), - KAboutData::License_GPL, + TDEAboutData::License_GPL, "(C) 2000, Nick Thompson"); aboutData.addAuthor("David Faure", I18N_NOOP("Current maintainer"),"faure@kde.org"); aboutData.addAuthor("Brad Hards", 0, "bradh@frogmouth.net"); -- cgit v1.2.1