From 7716a5e605907a009e19f429cec4e6b5f346bd71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:36 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kbabel/kbabeldict/dictchooser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kbabel/kbabeldict/dictchooser.h') diff --git a/kbabel/kbabeldict/dictchooser.h b/kbabel/kbabeldict/dictchooser.h index b2f80240..37cc0e28 100644 --- a/kbabel/kbabeldict/dictchooser.h +++ b/kbabel/kbabeldict/dictchooser.h @@ -40,7 +40,7 @@ #include #include -class KListBox; +class TDEListBox; class KTempFile; class TQPushButton; @@ -80,8 +80,8 @@ private: KBabelDictBox* box; TQPtrList dictList; - KListBox *selectedBox; - KListBox *unselectedBox; + TDEListBox *selectedBox; + TDEListBox *unselectedBox; TQPushButton *selectBtn; TQPushButton *unselectBtn; -- cgit v1.2.1