diff options
Diffstat (limited to 'tderesources/groupwise/soap/soapdebug.cpp')
-rw-r--r-- | tderesources/groupwise/soap/soapdebug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/groupwise/soap/soapdebug.cpp b/tderesources/groupwise/soap/soapdebug.cpp index e68da9ee1..2e55f1674 100644 --- a/tderesources/groupwise/soap/soapdebug.cpp +++ b/tderesources/groupwise/soap/soapdebug.cpp @@ -30,7 +30,7 @@ class ResourceMemory : public ResourceCached } -static const KCmdLineOptions options[] = +static const TDECmdLineOptions options[] = { { "s", 0, 0 }, { "server <hostname>", I18N_NOOP("Server"), 0 }, @@ -41,7 +41,7 @@ static const KCmdLineOptions options[] = { "f", 0, 0 }, { "freebusy-user <string>", I18N_NOOP("Free/Busy user name"), 0 }, { "addressbook-id <string>", I18N_NOOP("Addressbook identifier"), 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main( int argc, char **argv ) |