summaryrefslogtreecommitdiffstats
path: root/kmail/importarchivedialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/importarchivedialog.cpp')
-rw-r--r--kmail/importarchivedialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/importarchivedialog.cpp b/kmail/importarchivedialog.cpp
index eeea23d78..0cbc7cf8b 100644
--- a/kmail/importarchivedialog.cpp
+++ b/kmail/importarchivedialog.cpp
@@ -27,7 +27,7 @@
#include <klocale.h>
#include <kmessagebox.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqlabel.h>
using namespace KMail;
@@ -73,7 +73,7 @@ ImportArchiveDialog::ImportArchiveDialog( TQWidget *parent, TQt::WidgetFlags fla
mainLayout->addItem( new TQSpacerItem( 1, 1, TQSizePolicy::Expanding, TQSizePolicy::Expanding ), row, 0 );
// Make it a bit bigger, else the folder requester cuts off the text too early
- resize( 500, tqminimumSize().height() );
+ resize( 500, minimumSize().height() );
}
void ImportArchiveDialog::setFolder( KMFolder *defaultFolder )