summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-19 18:46:32 -0600
commitfefb2ade547b2756dd2e09f6a173e71fd7d98067 (patch)
treee30d584553336ac5c0c8a6383333dd15fe3c452c
parent06d04d584a025f3c76a067ec3ba97b04776719a6 (diff)
downloadkvkbd-fefb2ade.tar.gz
kvkbd-fefb2ade.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d1e0cc8..61253cc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -213,10 +213,10 @@ int main(int argc, char **argv)
else
{
- KCmdLineArgs::init(argc, argv, &about);
- KCmdLineArgs::addCmdLineOptions( options );
+ TDECmdLineArgs::init(argc, argv, &about);
+ TDECmdLineArgs::addCmdLineOptions( options );
Kvkbd::addCmdLineOptions();
- //KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
+ //TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs();
findAloneWindow();
Kvkbd a;