summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-23 20:31:33 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-23 20:31:33 -0600
commita22fee101153c4847ed2e2516ec64526aa664e9c (patch)
treeafddfed2d650965b7a354b5b510a9177858d5588 /style
parent010f9683bfed4aabe4e5f435eb964663d2d09fec (diff)
downloadtde-style-qtcurve-a22fee101153c4847ed2e2516ec64526aa664e9c.tar.gz
tde-style-qtcurve-a22fee101153c4847ed2e2516ec64526aa664e9c.zip
Fix a couple build warnings
Diffstat (limited to 'style')
-rw-r--r--style/qtcurve.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp
index 4beb666..09b03d3 100644
--- a/style/qtcurve.cpp
+++ b/style/qtcurve.cpp
@@ -2229,6 +2229,8 @@ bool TQtCurveStyle::eventFilter(TQObject *object, TQEvent *event)
emitMenuSize((TQMenuBar *)object, re->size().height());
break;
}
+ default:
+ break;
}
}
@@ -2271,7 +2273,8 @@ bool TQtCurveStyle::eventFilter(TQObject *object, TQEvent *event)
itsDragWidget = 0L;
return false;
}
- break;
+ default:
+ break;
}
#ifdef TQTC_ENABLE_PARENTLESS_DIALOG_FIX_SUPPORT