summaryrefslogtreecommitdiffabout
path: root/korganizer/statusdialog.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/statusdialog.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/statusdialog.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/korganizer/statusdialog.cpp b/korganizer/statusdialog.cpp
index 7137c49..8186ebb 100644
--- a/korganizer/statusdialog.cpp
+++ b/korganizer/statusdialog.cpp
@@ -23,2 +23,5 @@
#include <qlayout.h>
+//Added by qt3to4:
+#include <Q3VBoxLayout>
+#include <Q3HBoxLayout>
@@ -34,3 +37,3 @@ StatusDialog::StatusDialog(QWidget* parent, const char* name) :
- QBoxLayout *topLayout = new QVBoxLayout( this );
+ Q3BoxLayout *topLayout = new Q3VBoxLayout( this );
topLayout->setSpacing( spacingHint() );
@@ -38,3 +41,3 @@ StatusDialog::StatusDialog(QWidget* parent, const char* name) :
- QBoxLayout *statusLayout = new QHBoxLayout( topLayout );
+ Q3BoxLayout *statusLayout = new Q3HBoxLayout( topLayout );
@@ -47,3 +50,3 @@ StatusDialog::StatusDialog(QWidget* parent, const char* name) :
- QBoxLayout *buttonLayout = new QHBoxLayout( topLayout );
+ Q3BoxLayout *buttonLayout = new Q3HBoxLayout( topLayout );