summaryrefslogtreecommitdiffstats
path: root/noatun
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 /noatun
parentfc02f656b0c119d77b36b1f8d160d525eac44614 (diff)
downloadtdemultimedia-9b49f198f28061eae2035a33a4d97c1166d08c64.tar.gz
tdemultimedia-9b49f198f28061eae2035a33a4d97c1166d08c64.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'noatun')
-rw-r--r--noatun/app/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/noatun/app/main.cpp b/noatun/app/main.cpp
index f78dc506..3f2ce3b1 100644
--- a/noatun/app/main.cpp
+++ b/noatun/app/main.cpp
@@ -8,10 +8,10 @@
static const char description[] = I18N_NOOP("The Fusion of Frequencies");
static const char version[] = NOATUN_VERSION;
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
{ "+[URL]", I18N_NOOP("Files/URLs to open"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
extern "C" KDE_EXPORT int kdemain(int argc, char **argv)