From fc6629f90a46a3f304bdba2ecef645c01ed02640 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:10:03 -0600 Subject: Rename old tq methods that no longer need a unique name --- src/kima.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kima.cpp') 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 ){ -- cgit v1.2.1