diff options
Diffstat (limited to 'src/statusbar.cpp')
-rw-r--r-- | src/statusbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar.cpp b/src/statusbar.cpp index 5c7733c..70838e3 100644 --- a/src/statusbar.cpp +++ b/src/statusbar.cpp @@ -62,7 +62,7 @@ void StatusBar::polish() { KStatusBar::polish(); int h = 0; - TQObjectList* list = queryList(TQWIDGET_OBJECT_NAME_STRING, 0, false, false); + TQObjectList* list = queryList("TQWidget", 0, false, false); for(TQObject* o = list->first(); o; o = list->next()) { int _h = TQT_TQWIDGET(o)->minimumSizeHint().height(); if(_h > h) { |