From 8cd2c9398a5402112d19aae3b24f75b6772f5e26 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:53:21 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- KMFSysTray/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'KMFSysTray/main.cpp') diff --git a/KMFSysTray/main.cpp b/KMFSysTray/main.cpp index fc4323f..2fb03f3 100644 --- a/KMFSysTray/main.cpp +++ b/KMFSysTray/main.cpp @@ -40,8 +40,8 @@ static KCmdLineOptions options[] = { }; int main( int argc, char *argv[] ) { - KAboutData aboutData( "kmfsystray", I18N_NOOP( "KMFSysTray" ), - KMYFIREWALL_VERSION, description, KAboutData::License_GPL, + TDEAboutData aboutData( "kmfsystray", I18N_NOOP( "KMFSysTray" ), + KMYFIREWALL_VERSION, description, TDEAboutData::License_GPL, COPYRIGHT_STRING, 0, 0, "e9806056@student.tuwien.ac.at" ); aboutData.addAuthor( "Christian Hubinger", 0, "e9806056@student.tuwien.ac.at" ); aboutData.setHomepage( "http://kmyfirewall.sourceforge.net" ); -- cgit v1.2.1