summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/detaildialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/detaildialog.h')
-rw-r--r--kstars/kstars/detaildialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/detaildialog.h b/kstars/kstars/detaildialog.h
index 6a22ca1a..1d025c7c 100644
--- a/kstars/kstars/detaildialog.h
+++ b/kstars/kstars/detaildialog.h
@@ -83,7 +83,7 @@ signals:
void clicked();
protected:
- void mousePressEvent( TQMouseEvent *e ) { if ( e->button() == Qt::LeftButton ) emit clicked(); }
+ void mousePressEvent( TQMouseEvent *e ) { if ( e->button() == TQt::LeftButton ) emit clicked(); }
};
/**@class DetailDialog is a window showing detailed information for a selected object.