summaryrefslogtreecommitdiffstats
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
commit141cf4b49f6499b7ac48fcea310c9a51e8245c6e (patch)
tree5168d73fcf53430a8026594ed8f431f092316cf0
parent7e8646ccbda42f190817d06ca85ea13581a57e1a (diff)
downloadknetstats-141cf4b4.tar.gz
knetstats-141cf4b4.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r--src/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/main.cpp b/src/src/main.cpp
index 6c00834..d9c53fd 100644
--- a/src/src/main.cpp
+++ b/src/src/main.cpp
@@ -52,7 +52,7 @@ int main( int argc, char** argv )
// translators
aboutData.addCredit( "Ilyas Bakirov, Roberto Leandrini, Carlos Ortiz, Henrik Gebauer, Edward Romantsov, Wiktor Wandachowicz, Guillaume Savaton, Petar Toushkov, Liu Di", I18N_NOOP("KNetStats translation to other languages"), 0);
- KCmdLineArgs::init( argc, argv, &aboutData );
+ TDECmdLineArgs::init( argc, argv, &aboutData );
KApplication::disableAutoDcopRegistration();
KApplication app;