diff options
Diffstat (limited to 'languages/sql/sqlsupport_part.h')
-rw-r--r-- | languages/sql/sqlsupport_part.h | 11 |
1 files changed, 6 insertions, 5 deletions
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 <tqguardedptr.h> #include <tqstringlist.h> @@ -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; } |