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/sqlactions.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'languages/sql/sqlactions.h') diff --git a/languages/sql/sqlactions.h b/languages/sql/sqlactions.h index 8cc7b5df..ff71ae54 100644 --- a/languages/sql/sqlactions.h +++ b/languages/sql/sqlactions.h @@ -9,23 +9,24 @@ * * ***************************************************************************/ -#ifndef _SQLACTION_H_ -#define _SQLACTION_H_ +#ifndef _STQLACTION_H_ +#define _STQLACTION_H_ #include #include #include -class SQLSupportPart; +class STQLSupportPart; class KComboBox; class SqlListAction : public KWidgetAction { Q_OBJECT + TQ_OBJECT public: - SqlListAction( SQLSupportPart *part, const TQString &text, const KShortcut& cut, + SqlListAction( STQLSupportPart *part, const TQString &text, const KShortcut& cut, const TQObject *receiver, const char *slot, - KActionCollection *parent, const char *name ); + KActionCollection *tqparent, const char *name ); void setCurrentConnectionName(const TQString &name); TQString currentConnectionName() const; void refresh(); @@ -34,7 +35,7 @@ private slots: void activated(int); private: - SQLSupportPart *m_part; + STQLSupportPart *m_part; KComboBox* m_combo; }; -- cgit v1.2.1