diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 18:46:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 18:46:32 -0600 |
commit | fefb2ade547b2756dd2e09f6a173e71fd7d98067 (patch) | |
tree | e30d584553336ac5c0c8a6383333dd15fe3c452c /src | |
parent | 06d04d584a025f3c76a067ec3ba97b04776719a6 (diff) | |
download | kvkbd-fefb2ade547b2756dd2e09f6a173e71fd7d98067.tar.gz kvkbd-fefb2ade547b2756dd2e09f6a173e71fd7d98067.zip |
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 6 |
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; |