summaryrefslogtreecommitdiffstats
path: root/krename/commandplugin.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:04:09 -0600
commita45915945ee5f36df25754586c5c4a366c3a474d (patch)
tree9160a9c8259572bc5b7cde966a4066422aef2ba5 /krename/commandplugin.h
parent21d0413b17e418a799acee2cb4395ed32152e2e3 (diff)
downloadkrename-a45915945ee5f36df25754586c5c4a366c3a474d.tar.gz
krename-a45915945ee5f36df25754586c5c4a366c3a474d.zip
Rename a number of classes to enhance compatibility with KDE4
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;