summaryrefslogtreecommitdiffstats
path: root/kuser/propdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuser/propdlg.h')
-rw-r--r--kuser/propdlg.h8
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;