summaryrefslogtreecommitdiffstats
path: root/kbabel/kbabeldict/dictchooser.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:36 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:36 -0600
commit7716a5e605907a009e19f429cec4e6b5f346bd71 (patch)
tree16cf4a5d7a24db774f988022d514adefc75015c0 /kbabel/kbabeldict/dictchooser.h
parent0117fbed932653a04aeef16b2ed7edee858959ac (diff)
downloadtdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.tar.gz
tdesdk-7716a5e605907a009e19f429cec4e6b5f346bd71.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kbabel/kbabeldict/dictchooser.h')
-rw-r--r--kbabel/kbabeldict/dictchooser.h6
1 files changed, 3 insertions, 3 deletions
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 <tqwidget.h>
#include <kbabeldictbox.h>
-class KListBox;
+class TDEListBox;
class KTempFile;
class TQPushButton;
@@ -80,8 +80,8 @@ private:
KBabelDictBox* box;
TQPtrList<ModuleInfo> dictList;
- KListBox *selectedBox;
- KListBox *unselectedBox;
+ TDEListBox *selectedBox;
+ TDEListBox *unselectedBox;
TQPushButton *selectBtn;
TQPushButton *unselectBtn;