summaryrefslogtreecommitdiffstats
path: root/kgantt/kgantt/xQGanttListViewPort.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgantt/kgantt/xQGanttListViewPort.h')
-rw-r--r--kgantt/kgantt/xQGanttListViewPort.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kgantt/kgantt/xQGanttListViewPort.h b/kgantt/kgantt/xQGanttListViewPort.h
index ee2f4924..1f937521 100644
--- a/kgantt/kgantt/xQGanttListViewPort.h
+++ b/kgantt/kgantt/xQGanttListViewPort.h
@@ -48,7 +48,7 @@ class xQGanttListViewPort : public TQFrame
////////////////////////////////////////////
{
- Q_OBJECT
+ TQ_OBJECT
friend class xQGanttListView;
@@ -114,7 +114,7 @@ protected:
void mousePressEvent(TQMouseEvent* e) {
- if(e->button() == Qt::RightButton && e->state() == ControlButton ) {
+ if(e->button() == TQt::RightButton && e->state() == ControlButton ) {
_menu->popup(e->globalPos());
return;
}