summaryrefslogtreecommitdiffstats
path: root/knights/challenge_graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/challenge_graph.cpp')
-rw-r--r--knights/challenge_graph.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/knights/challenge_graph.cpp b/knights/challenge_graph.cpp
index dee2662..a027f56 100644
--- a/knights/challenge_graph.cpp
+++ b/knights/challenge_graph.cpp
@@ -30,7 +30,7 @@
#include <tqscrollview.h>
#include <tqwidget.h>
#include <tqrect.h>
-#include <brush.h>
+#include <tqbrush.h>
#include <tqpainter.h>
#include <tqregexp.h>
@@ -66,7 +66,7 @@ Challenge_Graph::Challenge_Graph( TQWidget* parent, const char* name, resource *
/* Setup Style for myStatusBar */
- myStatusBar->setAlignment( TQt::AlignAuto | TQt::AlignVCenter | TQt::SingleLine );
+ myStatusBar->tqsetAlignment( TQt::AlignAuto | TQt::AlignVCenter | TQt::SingleLine );
myStatusBar->setFrameStyle( TQFrame::Panel | TQFrame::Sunken );
clear();
@@ -311,7 +311,7 @@ void Challenge_Graph::createBackground( void )
painter.drawText( 64, y_size - 8, i18n( "Time" ) );
painter.end();
- graph->setBackgroundPixmap( background );
+ graph->tqsetBackgroundPixmap( background );
}
///////////////////////////////////////
//
@@ -339,7 +339,7 @@ void Challenge_Graph::menuFunct( int funct )
emit sendCMD( Command( 0, CMD_Player_Finger, selectedPlayerName ) );
break;
case MENU_TELL:
- emit sendCMD( Command( 0, CMD_Set_Input, TQString( "tell %1 " ).arg( selectedPlayerName ) ) );
+ emit sendCMD( Command( 0, CMD_Set_Input, TQString( "tell %1 " ).tqarg( selectedPlayerName ) ) );
break;
case MENU_NOTIFY:
emit sendCMD( Command( 0, CMD_Add_Friend, selectedPlayerName ) );