summaryrefslogtreecommitdiffstats
path: root/KMFIPTInterface
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:53:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-22 19:53:21 -0600
commit8cd2c9398a5402112d19aae3b24f75b6772f5e26 (patch)
tree6ce44bca8dba76a3fb3c98d21627c3c94a1056b1 /KMFIPTInterface
parent3b22097ebecc1d10c4cc1d89c99aefc2abae0d63 (diff)
downloadkmyfirewall-8cd2c9398a5402112d19aae3b24f75b6772f5e26.tar.gz
kmyfirewall-8cd2c9398a5402112d19aae3b24f75b6772f5e26.zip
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'KMFIPTInterface')
-rw-r--r--KMFIPTInterface/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/KMFIPTInterface/main.cpp b/KMFIPTInterface/main.cpp
index 305f29c..22f55d1 100644
--- a/KMFIPTInterface/main.cpp
+++ b/KMFIPTInterface/main.cpp
@@ -39,9 +39,9 @@ static KCmdLineOptions options[] =
int main ( int argc, char *argv[] ) {
KLocale::setMainCatalogue( "tdelibs" );
- KAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ),
+ TDEAboutData aboutdata( "kmfiptinterface", I18N_NOOP( "TDE" ),
version, description,
- KAboutData::License_GPL, "(C) 2001, Christian Hubinger" );
+ TDEAboutData::License_GPL, "(C) 2001, Christian Hubinger" );
aboutdata.addAuthor( "Christian Hubinger", I18N_NOOP( "Developer" ), "e9806056@student.tuwien.ac.at" );
TDECmdLineArgs::init( argc, argv, &aboutdata );