summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main_assistant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_assistant.cpp b/src/main_assistant.cpp
index ba2c1886..10b5fd56 100644
--- a/src/main_assistant.cpp
+++ b/src/main_assistant.cpp
@@ -95,7 +95,7 @@ int main(int argc, char *argv[])
app.processEvents();
TQObject::connect(PluginController::getInstance(), TQT_SIGNAL(loadingPlugin(const TQString &)),
- splash, TQT_SLOT(showMessage(const TQString &)));
+ splash, TQT_SLOT(message(const TQString &)));
if (splash) splash->message( i18n( "Loading Settings" ) );
TopLevel::getInstance()->loadSettings();