summaryrefslogtreecommitdiffstats
path: root/atlantikdesigner/designer/editor.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:17:23 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:17:23 -0600
commitff5b07d9659291ac8172cd35f0821bcd30ce25c9 (patch)
treee235f4ed83008c9d730c46b17997103f10a2ae3b /atlantikdesigner/designer/editor.h
parent75112ed8e227f656f98523b7ffdad5422d9a6f11 (diff)
downloadtdeaddons-ff5b07d9659291ac8172cd35f0821bcd30ce25c9.tar.gz
tdeaddons-ff5b07d9659291ac8172cd35f0821bcd30ce25c9.zip
Rename obsolete tq methods to standard names
Diffstat (limited to 'atlantikdesigner/designer/editor.h')
-rw-r--r--atlantikdesigner/designer/editor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/atlantikdesigner/designer/editor.h b/atlantikdesigner/designer/editor.h
index 051df1f..34c6fa1 100644
--- a/atlantikdesigner/designer/editor.h
+++ b/atlantikdesigner/designer/editor.h
@@ -147,7 +147,7 @@ class EstateEdit : public TQWidget
TQCheckBox *goCheck;
TQSpinBox *passMoney;
TQWidget *centerWidget;
- TQGridLayout *tqlayout;
+ TQGridLayout *layout;
EstateList *estates;
TQValueList<CardStack> *cards;
@@ -184,7 +184,7 @@ class ChooseWidget : public TQWidget
bool number;
bool prevNumber;
bool init;
- TQHBoxLayout *htqlayout;
+ TQHBoxLayout *hlayout;
EstateList *estates;
@@ -218,7 +218,7 @@ class CardView : public TQWidget
EstateList *estates;
- TQVBoxLayout *tqlayout;
+ TQVBoxLayout *layout;
Card *card;
@@ -281,7 +281,7 @@ class CardsDlg : public EstateDlg
TQComboBox *cards;
CardView *view;
- TQVBoxLayout *vtqlayout;
+ TQVBoxLayout *vlayout;
};
class StreetDlg : public EstateDlg