summaryrefslogtreecommitdiffstats
path: root/konsole/konsole/printsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'konsole/konsole/printsettings.cpp')
-rw-r--r--konsole/konsole/printsettings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/konsole/konsole/printsettings.cpp b/konsole/konsole/printsettings.cpp
index f27194c14..f4924b9e8 100644
--- a/konsole/konsole/printsettings.cpp
+++ b/konsole/konsole/printsettings.cpp
@@ -38,7 +38,7 @@ PrintSettings::PrintSettings(TQWidget *parent, const char *name)
m_printheader->hide(); // Not yet implemented.
- QVBoxLayout *l0 = new TQVBoxLayout(this, 0, 10);
+ TQVBoxLayout *l0 = new TQVBoxLayout(this, 0, 10);
l0->addWidget(m_printfriendly);
l0->addWidget(m_printexact);
l0->addWidget(m_printheader);