summaryrefslogtreecommitdiffstats
path: root/kdeprint/management/kmwdriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/management/kmwdriver.cpp')
-rw-r--r--kdeprint/management/kmwdriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeprint/management/kmwdriver.cpp b/kdeprint/management/kmwdriver.cpp
index bf5ef9c4b..45ce3afe7 100644
--- a/kdeprint/management/kmwdriver.cpp
+++ b/kdeprint/management/kmwdriver.cpp
@@ -35,7 +35,7 @@ KMWDriver::KMWDriver(TQWidget *parent, const char *name)
m_widget = new KMDriverDbWidget(this);
- QVBoxLayout *lay1 = new TQVBoxLayout(this, 0, 0);
+ TQVBoxLayout *lay1 = new TQVBoxLayout(this, 0, 0);
lay1->addWidget(m_widget);
}