diff options
Diffstat (limited to 'lib/kotext/tests/kobordertest.cpp')
-rw-r--r-- | lib/kotext/tests/kobordertest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kotext/tests/kobordertest.cpp b/lib/kotext/tests/kobordertest.cpp index b19513e6..93f2293b 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); |