summaryrefslogtreecommitdiffstats
path: root/libtdeedu
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-06 19:45:08 -0600
commit3a3518bb002cace6891cdf58a7ee83b3fb15ce8a (patch)
treebb273a5ad3e2eab78fe99fc6d625abe197b3c5e7 /libtdeedu
parent8cb8ba0f957e8a164cdcfbc2685b14d8d0a5c9a5 (diff)
downloadtdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.tar.gz
tdeedu-3a3518bb002cace6891cdf58a7ee83b3fb15ce8a.zip
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'libtdeedu')
-rw-r--r--libtdeedu/extdate/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdeedu/extdate/main.cpp b/libtdeedu/extdate/main.cpp
index ac7e0166..7bf65058 100644
--- a/libtdeedu/extdate/main.cpp
+++ b/libtdeedu/extdate/main.cpp
@@ -6,9 +6,9 @@
static const char description[] = I18N_NOOP("ExtDatePicker test program");
static const char notice[] = I18N_NOOP("Compares KDatePicker and ExtDatePicker");
-static KCmdLineOptions options[] =
+static TDECmdLineOptions options[] =
{
- KCmdLineLastOption
+ TDECmdLineLastOption
};
int main( int argc, char *argv[] )