summaryrefslogtreecommitdiffstats
path: root/KMFSysTray/main.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-22 19:53:21 -0600
committerTimothy Pearson <[email protected]>2013-01-22 19:53:21 -0600
commit8cd2c9398a5402112d19aae3b24f75b6772f5e26 (patch)
tree6ce44bca8dba76a3fb3c98d21627c3c94a1056b1 /KMFSysTray/main.cpp
parent3b22097ebecc1d10c4cc1d89c99aefc2abae0d63 (diff)
downloadkmyfirewall-8cd2c9398a5402112d19aae3b24f75b6772f5e26.tar.gz
kmyfirewall-8cd2c9398a5402112d19aae3b24f75b6772f5e26.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'KMFSysTray/main.cpp')
-rw-r--r--KMFSysTray/main.cpp4
1 files changed, 2 insertions, 2 deletions
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, "[email protected]" );
aboutData.addAuthor( "Christian Hubinger", 0, "[email protected]" );
aboutData.setHomepage( "http://kmyfirewall.sourceforge.net" );