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/common/gui/editlistbox.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/common/gui/editlistbox.h')
-rw-r--r-- | src/common/gui/editlistbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/gui/editlistbox.h b/src/common/gui/editlistbox.h index a9345d3..553ac16 100644 --- a/src/common/gui/editlistbox.h +++ b/src/common/gui/editlistbox.h @@ -31,7 +31,7 @@ // * support for duplicated items // * use KStdGuiItem for buttons // * support for New, Clear, Reset buttons -// * use KListView +// * use TDEListView class EditListBox : public TQFrame { Q_OBJECT @@ -74,7 +74,7 @@ Q_OBJECT void typedSomething(const TQString& text); protected: - KListView *_listView; + TDEListView *_listView; virtual TQListViewItem *createItem(); virtual uint textColumn() const { return 0; } |