summaryrefslogtreecommitdiffstats
path: root/krfb
diff options
context:
space:
mode:
Diffstat (limited to 'krfb')
-rw-r--r--krfb/krfb/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krfb/krfb/main.cpp b/krfb/krfb/main.cpp
index 36df4b2f..ee8fff85 100644
--- a/krfb/krfb/main.cpp
+++ b/krfb/krfb/main.cpp
@@ -47,10 +47,10 @@ static const char description[] = I18N_NOOP("VNC-compatible server to share "
#define ARG_KINETD "kinetd"
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ ARG_KINETD " ", I18N_NOOP("Used for calling from kinetd"), 0},
- KCmdLineLastOption
+ TDECmdLineLastOption
};
void checkKInetd(bool &kinetdAvailable, bool &krfbAvailable) {