diff options
Diffstat (limited to 'lib/koproperty/test/main.cpp')
-rw-r--r-- | lib/koproperty/test/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/koproperty/test/main.cpp b/lib/koproperty/test/main.cpp index 818d66379..dcebcaf5e 100644 --- a/lib/koproperty/test/main.cpp +++ b/lib/koproperty/test/main.cpp @@ -27,11 +27,11 @@ static const char description[] = "A test application for the KoProperty library static const char version[] = "0.2"; -static KCmdLineOptions options[] = +static TDECmdLineOptions options[] = { { "flat", "Flat display: don't display groups\n(useful for testing)", 0 }, { "ro", "Set all properties as read-only:\n(useful for testing read-only mode)", 0 }, - KCmdLineLastOption + TDECmdLineLastOption }; int main(int argc, char **argv) |