summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/designer/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'atlantikdesigner/designer/editor.h')
-rw-r--r--atlantikdesigner/designer/editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantikdesigner/designer/editor.h b/atlantikdesigner/designer/editor.h
index 408c516..3439f81 100644
--- a/atlantikdesigner/designer/editor.h
+++ b/atlantikdesigner/designer/editor.h
@@ -17,7 +17,7 @@ class TQSpinBox;
class KColorButton;
class KComboBox;
-class KListBox;
+class TDEListBox;
class KPushButton;
enum EstateType { Street = 0, Cards, FreeParking, ToJail, Tax, Jail };
@@ -209,7 +209,7 @@ class CardView : public TQWidget
void updateButtonsEnabled();
private:
- KListBox *List;
+ TDEListBox *List;
KPushButton *addButton;
KPushButton *renameButton;
KPushButton *delButton;