diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:38:52 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-06 19:38:52 -0600 |
commit | 5075b3a008195981bf4bea3e3e54df524883f06d (patch) | |
tree | 0ec0a0ac83fb56b00d392a8217dd28f8b07cb834 /src/piklab-test/base/device_test.cpp | |
parent | dca4b260f029db8fbb9a33bfb2b0a2aa9a28edf1 (diff) | |
download | piklab-5075b3a008195981bf4bea3e3e54df524883f06d.tar.gz piklab-5075b3a008195981bf4bea3e3e54df524883f06d.zip |
Rename KCmd to avoid conflicts with KDE4
Diffstat (limited to 'src/piklab-test/base/device_test.cpp')
-rw-r--r-- | src/piklab-test/base/device_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |