diff options
Diffstat (limited to 'languages/sql')
| -rw-r--r-- | languages/sql/sqlactions.h | 2 | ||||
| -rw-r--r-- | languages/sql/sqloutputwidget.h | 2 | ||||
| -rw-r--r-- | languages/sql/sqlsupport_part.h | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/languages/sql/sqlactions.h b/languages/sql/sqlactions.h index 70a2223d..28b7ea63 100644 --- a/languages/sql/sqlactions.h +++ b/languages/sql/sqlactions.h @@ -22,7 +22,7 @@ class KComboBox;  class SqlListAction : public KWidgetAction  {      Q_OBJECT -  TQ_OBJECT +    public:      SqlListAction( SQLSupportPart *part, const TQString &text, const KShortcut& cut,                       const TQObject *receiver, const char *slot, diff --git a/languages/sql/sqloutputwidget.h b/languages/sql/sqloutputwidget.h index 197952d1..f2b53b48 100644 --- a/languages/sql/sqloutputwidget.h +++ b/languages/sql/sqloutputwidget.h @@ -22,7 +22,7 @@ class TQSqlError;  class SqlOutputWidget : public TQWidget  {      Q_OBJECT -  TQ_OBJECT +    public:      SqlOutputWidget( TQWidget* parent = 0, const char* name = 0 ); diff --git a/languages/sql/sqlsupport_part.h b/languages/sql/sqlsupport_part.h index a2d70d0c..d5efca5b 100644 --- a/languages/sql/sqlsupport_part.h +++ b/languages/sql/sqlsupport_part.h @@ -17,7 +17,7 @@ class CodeModel;  class SQLSupportPart : public KDevLanguageSupport  {    Q_OBJECT -  TQ_OBJECT +    public:  | 
