summaryrefslogtreecommitdiffabout
path: root/microkde/klineeditdlg.h
Unidiff
Diffstat (limited to 'microkde/klineeditdlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/klineeditdlg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/microkde/klineeditdlg.h b/microkde/klineeditdlg.h
index 68e9252..d0004cd 100644
--- a/microkde/klineeditdlg.h
+++ b/microkde/klineeditdlg.h
@@ -9,2 +9,4 @@
9#include <qpushbutton.h> 9#include <qpushbutton.h>
10//Added by qt3to4:
11#include <Q3VBoxLayout>
10 12
@@ -17,3 +19,3 @@ class KLineEditDlg : public QDialog
17 mEdit = new KLineEdit( this ); 19 mEdit = new KLineEdit( this );
18 QVBoxLayout* vl = new QVBoxLayout( this ); 20 Q3VBoxLayout* vl = new Q3VBoxLayout( this );
19 vl->setSpacing(5); 21 vl->setSpacing(5);