diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:34:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:34:47 -0600 |
commit | 67a30e88c1be25a4a1845138b3a262580d4996ea (patch) | |
tree | 425612631ea5ce37e5ecb703b3544bfa7e25a30f /src | |
parent | 9637803529642b66d4983d4f1faed25311004fda (diff) | |
download | knutclient-67a30e88c1be25a4a1845138b3a262580d4996ea.tar.gz knutclient-67a30e88c1be25a4a1845138b3a262580d4996ea.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6cbed57..001e143 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ static const char *description = // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { {"nodock",I18N_NOOP("Don't dock in Kicker"),0}, { 0, 0, 0 } |