summaryrefslogtreecommitdiffstats
path: root/kbruch/src/exercisefactorize.h
diff options
context:
space:
mode:
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 c5ded345..8a6f5c2c 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 layout in RTL desktops)
+ // bug #116831 (reverse tqlayout in RTL desktops)
// Amit Ramon amit.ramon@kdemail.net
//
- /** create the factor widgets layout */
+ /** create the factor widgets tqlayout */
TQHBoxLayout* createFactorsLayout();
- /** create the (answer) buttons layout */
+ /** create the (answer) buttons tqlayout */
TQGridLayout* createButtonsLayout();
@@ -136,14 +136,14 @@ private:
protected:
TQVBoxLayout* Form1Layout;
- TQVBoxLayout* layout9;
+ TQVBoxLayout* tqlayout9;
TQSpacerItem* spacer4;
- TQHBoxLayout* layout4;
+ TQHBoxLayout* tqlayout4;
TQSpacerItem* spacer1;
TQSpacerItem* spacer2;
- TQVBoxLayout* layout2;
- TQGridLayout* layout1;
- TQHBoxLayout* layout7;
+ TQVBoxLayout* tqlayout2;
+ TQGridLayout* tqlayout1;
+ TQHBoxLayout* tqlayout7;
TQSpacerItem* spacer3;
private slots: