diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:06 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:14:06 -0600 |
commit | 626b7f450d4687d85fa365abbd1c834bc5b54033 (patch) | |
tree | 9e9cd237a6d0aadc7134d81c14e02c0e47f3b83e /src/ksimulator.h | |
parent | 74b3ea38c5a98cbc73839d9ef4590708f2515cee (diff) | |
download | kpicosim-626b7f450d4687d85fa365abbd1c834bc5b54033.tar.gz kpicosim-626b7f450d4687d85fa365abbd1c834bc5b54033.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/ksimulator.h')
-rwxr-xr-x | src/ksimulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ksimulator.h b/src/ksimulator.h index 7ad59a0..bd5ebe7 100755 --- a/src/ksimulator.h +++ b/src/ksimulator.h @@ -26,7 +26,7 @@ #include <string> #include <tqtimer.h> -#include <klistview.h> +#include <tdelistview.h> #include "kprocessorview.h" |