summaryrefslogtreecommitdiffstats
path: root/src/kima.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kima.cpp')
-rw-r--r--src/kima.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kima.cpp b/src/kima.cpp
index eb30f5d..b8d3228 100644
--- a/src/kima.cpp
+++ b/src/kima.cpp
@@ -319,7 +319,7 @@ int Kima::heightForWidth(int inWidth) const{
//kdDebug() << "heightForWidth: " << width << endl;
mLayout->setOrientation(Qt::Vertical);
return mLayout->heightForWidth(inWidth);
- //return tqsizeHint().height();
+ //return sizeHint().height();
}
void Kima::mousePressEvent(TQMouseEvent* inEvent ){