summaryrefslogtreecommitdiffstats
path: root/lib/kotext/tests/kobordertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kotext/tests/kobordertest.cpp')
-rw-r--r--lib/kotext/tests/kobordertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/tests/kobordertest.cpp b/lib/kotext/tests/kobordertest.cpp
index b19513e6f..93f2293b9 100644
--- a/lib/kotext/tests/kobordertest.cpp
+++ b/lib/kotext/tests/kobordertest.cpp
@@ -53,7 +53,7 @@ int main (int argc, char ** argv)
KoZoomHandler* zh = new KoZoomHandler();
- TQGrid* grid = new TQGrid(2, Qt::Horizontal, 0L); // 2 columns
+ TQGrid* grid = new TQGrid(2, TQt::Horizontal, 0L); // 2 columns
{
// First square
MyWidget* w = new MyWidget(zh, grid);