diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:45:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-15 15:45:05 -0600 |
commit | d1248617107f659af9d03cf1ef6d783571a0cba8 (patch) | |
tree | 06ce6d250704f2cddca023e81b63f25b19c9aa48 /kuser/propdlg.h | |
parent | 72fee035e994371467475e062b46287d68fa3f57 (diff) | |
download | tdeadmin-d1248617107f659af9d03cf1ef6d783571a0cba8.tar.gz tdeadmin-d1248617107f659af9d03cf1ef6d783571a0cba8.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'kuser/propdlg.h')
-rw-r--r-- | kuser/propdlg.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kuser/propdlg.h b/kuser/propdlg.h index d4fa163..c71a535 100644 --- a/kuser/propdlg.h +++ b/kuser/propdlg.h @@ -27,7 +27,7 @@ #include <tqlistbox.h> #include <tqtooltip.h> #include <tqcheckbox.h> -#include <tqlayout.h> +#include <layout.h> #include <tqmap.h> #include <klineedit.h> @@ -70,7 +70,7 @@ protected: bool check(); void loadgroups( bool fixedprivgroup ); bool checkShell(const TQString &shell); - void addRow( TQWidget *parent, TQGridLayout *tqlayout, int row, + void addRow( TQWidget *parent, TQGridLayout *layout, 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 *tqlayout, int row, + KIntSpinBox *addDaysGroup( TQWidget *parent, TQGridLayout *layout, int row, const TQString &title, bool never=true ); TQFrame *frontpage; - TQGridLayout *fronttqlayout; + TQGridLayout *frontlayout; int frontrow; TQPtrList<KU::KUser> mUsers; |