summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/designer/group.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:10:05 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:10:05 -0600
commit74a2067d286867e313f736d6733407586b71195e (patch)
tree182ea565d6909db1541424e4ffb3168b4b139c21 /atlantikdesigner/designer/group.h
parent081670a12774435ae60cf8eba9226b91d27852b3 (diff)
downloadtdeaddons-74a2067d286867e313f736d6733407586b71195e.tar.gz
tdeaddons-74a2067d286867e313f736d6733407586b71195e.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'atlantikdesigner/designer/group.h')
-rw-r--r--atlantikdesigner/designer/group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atlantikdesigner/designer/group.h b/atlantikdesigner/designer/group.h
index 657a590..791e617 100644
--- a/atlantikdesigner/designer/group.h
+++ b/atlantikdesigner/designer/group.h
@@ -10,7 +10,7 @@
class KColorButton;
class KLineEdit;
-class KListBox;
+class TDEListBox;
class KPushButton;
class TQComboBox;
@@ -78,7 +78,7 @@ class GroupEditor : public KDialogBase
void selectionChanged();
private:
- KListBox *groups;
+ TDEListBox *groups;
KLineEdit *rentMathEdit;
KColorButton *fgButton;
KColorButton *bgButton;