summaryrefslogtreecommitdiffstats
path: root/juk/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'juk/main.cpp')
-rw-r--r--juk/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/juk/main.cpp b/juk/main.cpp
index 3db558df..1613293f 100644
--- a/juk/main.cpp
+++ b/juk/main.cpp
@@ -41,10 +41,10 @@ static const char allan[] = I18N_NOOP("FLAC and MPC support");
static const char nathan[] = I18N_NOOP("Album cover manager");
static const char pascal[] = I18N_NOOP("Gimper of splash screen");
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[file(s)]", I18N_NOOP("File(s) to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main(int argc, char *argv[])