summaryrefslogtreecommitdiffstats
path: root/tdeprint/cups/cupsdconf2/editlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/cups/cupsdconf2/editlist.h')
-rw-r--r--tdeprint/cups/cupsdconf2/editlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/cups/cupsdconf2/editlist.h b/tdeprint/cups/cupsdconf2/editlist.h
index a0fc7ee0a..19a2da8c8 100644
--- a/tdeprint/cups/cupsdconf2/editlist.h
+++ b/tdeprint/cups/cupsdconf2/editlist.h
@@ -23,7 +23,7 @@
#include <tqwidget.h>
#include <tqpixmap.h>
-class KListBox;
+class TDEListBox;
class TQPushButton;
class EditList : public TQWidget
@@ -53,7 +53,7 @@ protected slots:
void slotSelected(int);
private:
- KListBox *list_;
+ TDEListBox *list_;
TQPushButton *addbtn_, *editbtn_, *delbtn_, *defbtn_;
};