diff options
Diffstat (limited to 'languages/sql/sqlactions.h')
-rw-r--r-- | languages/sql/sqlactions.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <kxmlguiclient.h> #include <kaction.h> -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; }; |