From d98fea1f859d23e1b1220a65d7a8eda3b757fd08 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 06:08:18 +0000 Subject: rename the following methods: tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/libgui/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libgui/console.cpp') diff --git a/src/libgui/console.cpp b/src/libgui/console.cpp index cff0c42..f090319 100644 --- a/src/libgui/console.cpp +++ b/src/libgui/console.cpp @@ -27,7 +27,7 @@ void ConsoleView::showEvent(TQShowEvent *e) KLibFactory *factory = KLibLoader::self()->factory("libkonsolepart"); TQVBoxLayout *top = new TQVBoxLayout(this, 0, 10); if ( factory==0 ) { - TQLabel *label = new TQLabel(i18n("Could not tqfind \"konsolepart\"; please install kdebase."), this); + TQLabel *label = new TQLabel(i18n("Could not find \"konsolepart\"; please install kdebase."), this); label->show(); top->addWidget(label); return; -- cgit v1.2.1