From 5075b3a008195981bf4bea3e3e54df524883f06d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 6 Feb 2013 19:38:52 -0600 Subject: Rename KCmd to avoid conflicts with KDE4 --- src/piklab-test/base/device_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/piklab-test/base') diff --git a/src/piklab-test/base/device_test.cpp b/src/piklab-test/base/device_test.cpp index ef5cef6..785de39 100644 --- a/src/piklab-test/base/device_test.cpp +++ b/src/piklab-test/base/device_test.cpp @@ -48,7 +48,7 @@ bool DeviceTest::execute() Piklab::OptionList DeviceTest::optionList() const { Piklab::OptionList optionList; - const KCmdLineOptions OPTION = { "+[device]", "Only check the specified device", 0 }; + const TDECmdLineOptions OPTION = { "+[device]", "Only check the specified device", 0 }; optionList.append(OPTION); return optionList; } -- cgit v1.2.1