summaryrefslogtreecommitdiffstats
path: root/kexi/core/kexicontexthelp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core/kexicontexthelp.cpp')
-rw-r--r--kexi/core/kexicontexthelp.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/core/kexicontexthelp.cpp b/kexi/core/kexicontexthelp.cpp
index 627bd7611..cca089b3e 100644
--- a/kexi/core/kexicontexthelp.cpp
+++ b/kexi/core/kexicontexthelp.cpp
@@ -33,8 +33,8 @@ KexiContextHelp::KexiContextHelp(KexiMainWindow *view, TQWidget *parent)
kdDebug()<<"KexiContextHelp::KexiContextHelp()"<<endl;
setCaption(i18n("Context Help"));
setIcon(SmallIcon("help"));
- connect(this,TQT_SIGNAL(linkClicked( const TQString& )),
- this,TQT_SLOT(linkClickedInternal( const TQString& )));
+ connect(this,TQ_SIGNAL(linkClicked( const TQString& )),
+ this,TQ_SLOT(linkClickedInternal( const TQString& )));
}
void KexiContextHelp::linkClickedInternal(const TQString& link) {