summaryrefslogtreecommitdiffstats
path: root/kcoloredit
diff options
context:
space:
mode:
Diffstat (limited to 'kcoloredit')
-rw-r--r--kcoloredit/kcolorchooser.cpp4
-rw-r--r--kcoloredit/main.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/kcoloredit/kcolorchooser.cpp b/kcoloredit/kcolorchooser.cpp
index 350069d8..9e7e95e6 100644
--- a/kcoloredit/kcolorchooser.cpp
+++ b/kcoloredit/kcolorchooser.cpp
@@ -35,10 +35,10 @@ static const char description[] =
static const char version[] = "v1.0.1";
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "print", I18N_NOOP("Print the selected color to stdout"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])
diff --git a/kcoloredit/main.cpp b/kcoloredit/main.cpp
index b9a091f4..f20effea 100644
--- a/kcoloredit/main.cpp
+++ b/kcoloredit/main.cpp
@@ -27,10 +27,10 @@ static const char description[] =
// INSERT A DESCRIPTION FOR YOUR APPLICATION HERE
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[File]", I18N_NOOP("File to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
// INSERT YOUR COMMANDLINE OPTIONS HERE
};