diff options
author | Timothy Pearson <[email protected]> | 2011-11-25 17:47:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-25 17:47:56 -0600 |
commit | 13a435014160b3e4a968fadb310ed3564e064ef3 (patch) | |
tree | 47cb16949c4f5617c6c0849f05b5c3d0eb15294c | |
parent | 04cf8a7d183cb52edcdf0a4886e5a592d4712ac5 (diff) | |
download | kpilot-13a435014160b3e4a968fadb310ed3564e064ef3.tar.gz kpilot-13a435014160b3e4a968fadb310ed3564e064ef3.zip |
Fix FTBFS
-rw-r--r-- | kpilot/kpilot.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kpilot/kpilot.kcfg b/kpilot/kpilot.kcfg index 6b5ba72..ebced52 100644 --- a/kpilot/kpilot.kcfg +++ b/kpilot/kpilot.kcfg @@ -19,7 +19,7 @@ <entry name="LastSyncTime" type="DateTime"> <label> </label> - <default>QDateTime()</default> + <default>TQDateTime()</default> </entry> <entry name="PilotDevice" type="String"> |