summaryrefslogtreecommitdiffstats
path: root/krename/commandplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'krename/commandplugin.h')
-rw-r--r--krename/commandplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/commandplugin.h b/krename/commandplugin.h
index 6609ac3..c951d19 100644
--- a/krename/commandplugin.h
+++ b/krename/commandplugin.h
@@ -25,7 +25,7 @@
class TQCheckBox;
class KLineEdit;
-class KListBox;
+class TDEListBox;
class KPushButton;
class CommandPlugin : public Plugin {
Q_OBJECT
@@ -52,7 +52,7 @@ class CommandPlugin : public Plugin {
private:
KLineEdit* commandline;
TQCheckBox* checkNoBlock;
- KListBox* list;
+ TDEListBox* list;
KPushButton* buttonAdd;
KPushButton* buttonRemove;