From 377fa3a2775cdb3194315bb83e21744dc7c97bbf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:58:15 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit d1248617107f659af9d03cf1ef6d783571a0cba8. --- kuser/propdlg.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kuser/propdlg.h') diff --git a/kuser/propdlg.h b/kuser/propdlg.h index c71a535..d4fa163 100644 --- a/kuser/propdlg.h +++ b/kuser/propdlg.h @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include @@ -70,7 +70,7 @@ protected: bool check(); void loadgroups( bool fixedprivgroup ); bool checkShell(const TQString &shell); - void addRow( TQWidget *parent, TQGridLayout *layout, int row, + void addRow( TQWidget *parent, TQGridLayout *tqlayout, int row, TQWidget *widget, const TQString &label, const TQString &what, bool two_column=true, bool nochange=true ); void setLE( KLineEdit *le, const TQString &val, bool first ); @@ -79,11 +79,11 @@ protected: TQString mergeLE( KLineEdit *le, const TQString &val, bool one ); int mergeSB( KIntSpinBox *sb, int val, bool one ); - KIntSpinBox *addDaysGroup( TQWidget *parent, TQGridLayout *layout, int row, + KIntSpinBox *addDaysGroup( TQWidget *parent, TQGridLayout *tqlayout, int row, const TQString &title, bool never=true ); TQFrame *frontpage; - TQGridLayout *frontlayout; + TQGridLayout *fronttqlayout; int frontrow; TQPtrList mUsers; -- cgit v1.2.1