diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:48:02 -0600 |
commit | fe0432259a73c5b048cf34ea30f525ed2af392ce (patch) | |
tree | ab887d531fd1bc5d5e5e711f10a49e8e89f15cae /kdf | |
parent | 34ec7cf1e70300eb43f3822ce3261893f9f8ace6 (diff) | |
download | tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.tar.gz tdeutils-fe0432259a73c5b048cf34ea30f525ed2af392ce.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'kdf')
-rw-r--r-- | kdf/kwikdisk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdf/kwikdisk.cpp b/kdf/kwikdisk.cpp index 94559d1..8145e15 100644 --- a/kdf/kwikdisk.cpp +++ b/kdf/kwikdisk.cpp @@ -49,9 +49,9 @@ static const char description[] = static const char version[] = "0.2"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { - KCmdLineLastOption + TDECmdLineLastOption }; /*****************************************************************************/ |