summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-23 20:31:33 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-30 13:41:44 +0200
commit6272fc790dcbb02e72f79af5e2b378b74ab4fa17 (patch)
treee5fd6b38570f50cf1696897b564d19a85d87bc6e
parent99952a7b1085371505b757325cc80eecf9835523 (diff)
downloadtde-style-qtcurve-6272fc790dcbb02e72f79af5e2b378b74ab4fa17.tar.gz
tde-style-qtcurve-6272fc790dcbb02e72f79af5e2b378b74ab4fa17.zip
Fix a couple build warnings
(cherry picked from commit a22fee101153c4847ed2e2516ec64526aa664e9c)
-rw-r--r--style/qtcurve.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp
index 4929541..684fbc2 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