diff options
Diffstat (limited to 'kexi/plugins/queries/kexiquerydesignersqlhistory.cpp')
| -rw-r--r-- | kexi/plugins/queries/kexiquerydesignersqlhistory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/plugins/queries/kexiquerydesignersqlhistory.cpp b/kexi/plugins/queries/kexiquerydesignersqlhistory.cpp index 0321ff2b5..7cc626207 100644 --- a/kexi/plugins/queries/kexiquerydesignersqlhistory.cpp +++ b/kexi/plugins/queries/kexiquerydesignersqlhistory.cpp @@ -31,8 +31,8 @@ #include "kexiquerydesignersqlhistory.h" -KexiQueryDesignerSQLHistory::KexiQueryDesignerSQLHistory(TQWidget *tqparent, const char *name) - : TQScrollView(tqparent, name) +KexiQueryDesignerSQLHistory::KexiQueryDesignerSQLHistory(TQWidget *parent, const char *name) + : TQScrollView(parent, name) { viewport()->setPaletteBackgroundColor(white); |
