summaryrefslogtreecommitdiffstats
path: root/blinken/src/highscoredialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'blinken/src/highscoredialog.cpp')
-rw-r--r--blinken/src/highscoredialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/blinken/src/highscoredialog.cpp b/blinken/src/highscoredialog.cpp
index 9c5a5287..3cb0f5a3 100644
--- a/blinken/src/highscoredialog.cpp
+++ b/blinken/src/highscoredialog.cpp
@@ -119,7 +119,7 @@ class myTabWidget : public QTabWidget
TQSize tabBarSizeHint() const
{
- return tabBar() -> sizeHint();
+ return tabBar() -> tqsizeHint();
}
};