summaryrefslogtreecommitdiffstats
path: root/juk
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:46:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:46:25 -0600
commit9b49f198f28061eae2035a33a4d97c1166d08c64 (patch)
tree6a9689b6419aeb0e3b084e12287e4f71cc2a8f30 /juk
parentfc02f656b0c119d77b36b1f8d160d525eac44614 (diff)
downloadtdemultimedia-9b49f198f28061eae2035a33a4d97c1166d08c64.tar.gz
tdemultimedia-9b49f198f28061eae2035a33a4d97c1166d08c64.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'juk')
-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[])