From e9be34de5fe62ce92c1d4cad63d03be76e9beb8d Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 17 Jun 2011 19:08:25 +0000 Subject: Fix kdevelop Qt3 compilation git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1237312 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- languages/sql/sqlactions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'languages/sql/sqlactions.h') diff --git a/languages/sql/sqlactions.h b/languages/sql/sqlactions.h index ff71ae54..a85f3709 100644 --- a/languages/sql/sqlactions.h +++ b/languages/sql/sqlactions.h @@ -16,7 +16,7 @@ #include #include -class STQLSupportPart; +class SQLSupportPart; class KComboBox; class SqlListAction : public KWidgetAction @@ -24,7 +24,7 @@ class SqlListAction : public KWidgetAction Q_OBJECT TQ_OBJECT public: - SqlListAction( STQLSupportPart *part, const TQString &text, const KShortcut& cut, + SqlListAction( SQLSupportPart *part, const TQString &text, const KShortcut& cut, const TQObject *receiver, const char *slot, KActionCollection *tqparent, const char *name ); void setCurrentConnectionName(const TQString &name); @@ -35,7 +35,7 @@ private slots: void activated(int); private: - STQLSupportPart *m_part; + SQLSupportPart *m_part; KComboBox* m_combo; }; -- cgit v1.2.3