summaryrefslogtreecommitdiffstats
path: root/kcontrol/randr/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/randr/main.cpp')
-rw-r--r--kcontrol/randr/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/randr/main.cpp b/kcontrol/randr/main.cpp
index d606940fc..dba4ddfba 100644
--- a/kcontrol/randr/main.cpp
+++ b/kcontrol/randr/main.cpp
@@ -27,10 +27,10 @@
#include "tderandrapp.h"
static const char tderandrtrayVersion[] = "0.5";
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "login", I18N_NOOP("Application is being auto-started at TDE session start"), 0L },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char **argv)