summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-08-16 19:18:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-08-16 19:18:42 +0900
commit5319482782c7cbf2b78f9773d2598541f8a08a94 (patch)
treeacb20242da6ff5251de007aa0495014289951256 /src
parent785c405d8fe6d5d51e7d00210cdf6f213295c1eb (diff)
downloadtdevelop-5319482782c7cbf2b78f9773d2598541f8a08a94.tar.gz
tdevelop-5319482782c7cbf2b78f9773d2598541f8a08a94.zip
Fixed several warning messages that were printed when launching KDevAssistant. This resolves bug 1971.
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();