diff options
Diffstat (limited to 'twin/clients/test/test.cpp')
-rw-r--r-- | twin/clients/test/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/test/test.cpp b/twin/clients/test/test.cpp index ebfb00df1..4b38692d1 100644 --- a/twin/clients/test/test.cpp +++ b/twin/clients/test/test.cpp @@ -22,7 +22,7 @@ void Decoration::init() { button = new TQPushButton( widget()); button->show(); - button->setCursor( tqarrowCursor ); + button->setCursor( TQt::arrowCursor ); button->move( 0, 0 ); connect( button, TQT_SIGNAL( clicked()), TQT_SLOT( closeWindow())); TQToolTip::add( button, "Zelva Mana" ); |