summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/borderdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/borderdialog.h')
-rw-r--r--krecipes/src/dialogs/borderdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/krecipes/src/dialogs/borderdialog.h b/krecipes/src/dialogs/borderdialog.h
index 7ea169f..d1a9164 100644
--- a/krecipes/src/dialogs/borderdialog.h
+++ b/krecipes/src/dialogs/borderdialog.h
@@ -20,10 +20,10 @@ class TQGridLayout;
class TQSpacerItem;
class TQGroupBox;
class TQLabel;
-class KListBox;
+class TDEListBox;
class TQListBoxItem;
class TQSpinBox;
-class KHTMLPart;
+class TDEHTMLPart;
class KreBorder;
@@ -39,14 +39,14 @@ public:
TQGroupBox* borderGroupBox;
TQLabel* styleLabel;
- KListBox* styleListBox;
+ TDEListBox* styleListBox;
TQLabel* colorLabel;
KHSSelector* hsSelector;
KValueSelector* valuePal;
TQLabel* widthLabel;
TQSpinBox* widthSpinBox;
- KListBox* widthListBox;
- KHTMLPart* borderPreview;
+ TDEListBox* widthListBox;
+ TDEHTMLPart* borderPreview;
protected:
TQVBoxLayout* borderGroupBoxLayout;