summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/thumbnaileditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kstars/kstars/thumbnaileditor.cpp')
-rw-r--r--kstars/kstars/thumbnaileditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kstars/kstars/thumbnaileditor.cpp b/kstars/kstars/thumbnaileditor.cpp
index cfef5bf4..00564495 100644
--- a/kstars/kstars/thumbnaileditor.cpp
+++ b/kstars/kstars/thumbnaileditor.cpp
@@ -130,7 +130,7 @@ void ThumbImage::paintEvent( TQPaintEvent* ) {
}
void ThumbImage::mousePressEvent( TQMouseEvent *e ) {
- if ( e->button() == Qt::LeftButton && CropRect->contains( e->pos() ) ) {
+ if ( e->button() == TQt::LeftButton && CropRect->contains( e->pos() ) ) {
bMouseButtonDown = true;
//The Anchor tells how far from the CropRect corner we clicked