From 609724b5d29f25236bee59d0cb794602d391a96b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:13:30 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- ksig/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ksig') diff --git a/ksig/main.cpp b/ksig/main.cpp index c7c6bf2..8b8a7e5 100644 --- a/ksig/main.cpp +++ b/ksig/main.cpp @@ -36,8 +36,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData("ksig", I18N_NOOP("KSig"), - "1.1", description, KAboutData::License_GPL, + TDEAboutData aboutData("ksig", I18N_NOOP("KSig"), + "1.1", description, TDEAboutData::License_GPL, "(c) 2002, Scott Wheeler", 0, 0, "wheeler@kde.org"); aboutData.addAuthor("Scott Wheeler", 0, "wheeler@kde.org"); -- cgit v1.2.1