summaryrefslogtreecommitdiffstats
path: root/kexi/core/kexicontexthelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/core/kexicontexthelp.h')
-rw-r--r--kexi/core/kexicontexthelp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kexi/core/kexicontexthelp.h b/kexi/core/kexicontexthelp.h
index 3a97e20c1..c1cd2a0b3 100644
--- a/kexi/core/kexicontexthelp.h
+++ b/kexi/core/kexicontexthelp.h
@@ -27,15 +27,16 @@
class KEXICORE_EXPORT KexiContextHelp : public KoContextHelpWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- KexiContextHelp(KexiMainWindow *view, QWidget *parent=0);
+ KexiContextHelp(KexiMainWindow *view, TQWidget *tqparent=0);
~KexiContextHelp();
private slots:
- void linkClickedInternal(const QString &link);
+ void linkClickedInternal(const TQString &link);
signals:
- void unhandledLink( const QString& link );
+ void unhandledLink( const TQString& link );
};
#endif