diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:58 -0600 |
commit | 9e5c87c89567a98c3344c90e392a27715437334c (patch) | |
tree | 6c1dd96ae0ba38b7e8f0a492d591881f44f474da /kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h | |
parent | 53904b41cf005abbae3d468532db9adc2b04a9b4 (diff) | |
download | tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h')
-rw-r--r-- | kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h index b2c0484..9e7c38d 100644 --- a/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h +++ b/kregexpeditor/KMultiFormListBox/tdemultiformlistbox-windowed.h @@ -56,7 +56,7 @@ private: TQVBoxLayout* _layout; KMultiFormListBoxFactory* _factory; TQPtrList<TQPushButton> _buttonList; - KListBox* _listbox; + TDEListBox* _listbox; virtual void delElement(TQWidget *); // Deletes the given element virtual void delAnElement(); void addElement(); |