From 63bcbec9a09626ba09945de06b3eb74f50f3b228 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:22:42 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kspy/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kspy') diff --git a/kspy/main.cpp b/kspy/main.cpp index ed52dff5..6c5f7916 100644 --- a/kspy/main.cpp +++ b/kspy/main.cpp @@ -35,8 +35,8 @@ static KCmdLineOptions options[] = int main(int argc, char *argv[]) { - KAboutData aboutData( "spy", I18N_NOOP("Spy"), - VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "spy", I18N_NOOP("Spy"), + VERSION, description, TDEAboutData::License_GPL, "(c) 2001, Richard Moore", 0, 0, "rich@kde.org"); aboutData.addAuthor("Richard Moore",0, "rich@kde.org"); TDECmdLineArgs::init( argc, argv, &aboutData ); -- cgit v1.2.1