diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:21 -0600 |
commit | 6f617c4181afa90f3eba14139d4f92eb98834899 (patch) | |
tree | 8b1b3f1b1834eeca086e1b6948e926d726f3b025 /src/devices/pic/gui/pic_group_ui.h | |
parent | b42d04f596e5440b17d954ba9e24d55368030120 (diff) | |
download | piklab-6f617c4181afa90f3eba14139d4f92eb98834899.tar.gz piklab-6f617c4181afa90f3eba14139d4f92eb98834899.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/devices/pic/gui/pic_group_ui.h')
-rw-r--r-- | src/devices/pic/gui/pic_group_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/pic/gui/pic_group_ui.h b/src/devices/pic/gui/pic_group_ui.h index d5dba86..0bf20d8 100644 --- a/src/devices/pic/gui/pic_group_ui.h +++ b/src/devices/pic/gui/pic_group_ui.h @@ -21,7 +21,7 @@ public: virtual Register::View *createRegisterView(TQWidget *parent) const; virtual Device::MemoryEditor *createConfigEditor(Device::Memory &memory, TQWidget *parent) const; virtual void fillWatchListContainer(ListContainer *container, TQValueVector<Register::TypeData> &ids) const; - virtual Register::ListViewItem *createWatchItem(const Register::TypeData &data, KListViewItem *parent) const; + virtual Register::ListViewItem *createWatchItem(const Register::TypeData &data, TDEListViewItem *parent) const; }; } // namespace |