summaryrefslogtreecommitdiffstats
path: root/kaddressbook/printing/printprogress.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/printing/printprogress.cpp')
-rw-r--r--kaddressbook/printing/printprogress.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kaddressbook/printing/printprogress.cpp b/kaddressbook/printing/printprogress.cpp
index da6d78fcf..3a9c00d19 100644
--- a/kaddressbook/printing/printprogress.cpp
+++ b/kaddressbook/printing/printprogress.cpp
@@ -21,9 +21,9 @@
without including the source code for TQt in the source distribution.
*/
-#include <layout.h>
+#include <tqlayout.h>
#include <tqprogressbar.h>
-#include <textbrowser.h>
+#include <tqtextbrowser.h>
#include <kapplication.h>
#include <kdebug.h>
@@ -49,7 +49,7 @@ PrintProgress::PrintProgress( TQWidget *parent, const char *name )
mProgressBar->setProgress( 0 );
topLayout->addWidget( mProgressBar, 1, 0 );
- resize( TQSize( 370, 220 ).expandedTo( minimumSizeHint() ) );
+ resize( TQSize( 370, 220 ).expandedTo( tqminimumSizeHint() ) );
}
PrintProgress::~PrintProgress()