summaryrefslogtreecommitdiffstats
path: root/kbruch/src/exercisefactorize.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:47:17 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:47:17 -0600
commit6c3f7a55fb7888efc80a7350ef0c2f46ee02baa3 (patch)
treecc90a09df2d1fd6d956cc084529a62d354316ad3 /kbruch/src/exercisefactorize.h
parent174fd5e23c68598774706ea9b571d3d178e36b81 (diff)
downloadtdeedu-6c3f7a55fb7888efc80a7350ef0c2f46ee02baa3.tar.gz
tdeedu-6c3f7a55fb7888efc80a7350ef0c2f46ee02baa3.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kbruch/src/exercisefactorize.h')
-rw-r--r--kbruch/src/exercisefactorize.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kbruch/src/exercisefactorize.h b/kbruch/src/exercisefactorize.h
index 8a6f5c2c..c5ded345 100644
--- a/kbruch/src/exercisefactorize.h
+++ b/kbruch/src/exercisefactorize.h
@@ -116,14 +116,14 @@ private:
//
// the following two methods were added to fix
- // bug #116831 (reverse tqlayout in RTL desktops)
+ // bug #116831 (reverse layout in RTL desktops)
// Amit Ramon amit.ramon@kdemail.net
//
- /** create the factor widgets tqlayout */
+ /** create the factor widgets layout */
TQHBoxLayout* createFactorsLayout();
- /** create the (answer) buttons tqlayout */
+ /** create the (answer) buttons layout */
TQGridLayout* createButtonsLayout();
@@ -136,14 +136,14 @@ private:
protected:
TQVBoxLayout* Form1Layout;
- TQVBoxLayout* tqlayout9;
+ TQVBoxLayout* layout9;
TQSpacerItem* spacer4;
- TQHBoxLayout* tqlayout4;
+ TQHBoxLayout* layout4;
TQSpacerItem* spacer1;
TQSpacerItem* spacer2;
- TQVBoxLayout* tqlayout2;
- TQGridLayout* tqlayout1;
- TQHBoxLayout* tqlayout7;
+ TQVBoxLayout* layout2;
+ TQGridLayout* layout1;
+ TQHBoxLayout* layout7;
TQSpacerItem* spacer3;
private slots: