From 48d4a26399959121f33d2bc3bfe51c7827b654fc Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 14 Jun 2011 16:45:05 +0000 Subject: TQt4 port kdevelop This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1236710 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/sql/sqlsupport_part.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'languages/sql/sqlsupport_part.h') diff --git a/languages/sql/sqlsupport_part.h b/languages/sql/sqlsupport_part.h index 187a4bbd..71007d3c 100644 --- a/languages/sql/sqlsupport_part.h +++ b/languages/sql/sqlsupport_part.h @@ -1,5 +1,5 @@ -#ifndef __KDEVPART_SQLSUPPORT_H__ -#define __KDEVPART_SQLSUPPORT_H__ +#ifndef __KDEVPART_STQLSUPPORT_H__ +#define __KDEVPART_STQLSUPPORT_H__ #include #include @@ -14,14 +14,15 @@ class SqlListAction; class SqlOutputWidget; class CodeModel; -class SQLSupportPart : public KDevLanguageSupport +class STQLSupportPart : public KDevLanguageSupport { Q_OBJECT + TQ_OBJECT public: - SQLSupportPart(TQObject *parent, const char *name, const TQStringList &); - virtual ~SQLSupportPart(); + STQLSupportPart(TQObject *tqparent, const char *name, const TQStringList &); + virtual ~STQLSupportPart(); static TQString cryptStr(const TQString& aStr); const TQStringList& connections() const { return conNames; } -- cgit v1.2.1