summaryrefslogtreecommitdiffstats
path: root/KMFSysTray
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:27 -0600
commitd9f2e70b9379766e6b0fe575e736d1da9c95b0c8 (patch)
treeff50212174f70dc7309f3055ff1a8f7311d0a1e7 /KMFSysTray
parent3f685fc23fd2ae8434399e6a45861b1472331572 (diff)
downloadkmyfirewall-d9f2e70b9379766e6b0fe575e736d1da9c95b0c8.tar.gz
kmyfirewall-d9f2e70b9379766e6b0fe575e736d1da9c95b0c8.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'KMFSysTray')
-rw-r--r--KMFSysTray/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/KMFSysTray/main.cpp b/KMFSysTray/main.cpp
index ef9b9d9..bfeea63 100644
--- a/KMFSysTray/main.cpp
+++ b/KMFSysTray/main.cpp
@@ -45,8 +45,8 @@ int main( int argc, char *argv[] ) {
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" );
- KCmdLineArgs::init( argc, argv, &aboutData );
- KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.
+ TDECmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
KApplication a;
// Details *mainWid = new Details( 0 );