summaryrefslogtreecommitdiffstats
path: root/kfloppy
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:48:02 -0600
commitfe0432259a73c5b048cf34ea30f525ed2af392ce (patch)
treeab887d531fd1bc5d5e5e711f10a49e8e89f15cae /kfloppy
parent34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff)
downloadtdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz
tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kfloppy')
-rw-r--r--kfloppy/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kfloppy/main.cpp b/kfloppy/main.cpp
index 0fdf949..2a49da3 100644
--- a/kfloppy/main.cpp
+++ b/kfloppy/main.cpp
@@ -33,10 +33,10 @@
static const char description[] =
I18N_NOOP("TDE Floppy Disk Utility");
-static const KCmdLineOptions options[] =
+static const TDECmdLineOptions options[] =
{
{ "+[device]", I18N_NOOP("Default device"), 0 },
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char *argv[] )