summaryrefslogtreecommitdiffstats
path: root/khotkeys/update/update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/update/update.cpp')
-rw-r--r--khotkeys/update/update.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/khotkeys/update/update.cpp b/khotkeys/update/update.cpp
index 2ed07c991..a5abba826 100644
--- a/khotkeys/update/update.cpp
+++ b/khotkeys/update/update.cpp
@@ -25,11 +25,11 @@
using namespace KHotKeys;
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
// no need for I18N_NOOP(), this is not supposed to be used directly
{ "id <id>", "Id of the script to add to khotkeysrc.", 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char* argv[] )