summaryrefslogtreecommitdiffstats
path: root/amarok/src/amarokcore/crashhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/amarokcore/crashhandler.cpp')
-rw-r--r--amarok/src/amarokcore/crashhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/amarokcore/crashhandler.cpp b/amarok/src/amarokcore/crashhandler.cpp
index 79dbf00e..b9f84e1b 100644
--- a/amarok/src/amarokcore/crashhandler.cpp
+++ b/amarok/src/amarokcore/crashhandler.cpp
@@ -298,6 +298,6 @@ Amarok::CrashHandlerWidget::CrashHandlerWidget()
connect( child( "close" ), TQT_SIGNAL(clicked()), TQT_SLOT(reject()) );
setCaption( i18n("Crash Handler") );
- setFixedSize( tqsizeHint() );
+ setFixedSize( sizeHint() );
}
#endif