summaryrefslogtreecommitdiffstats
path: root/kexi/kexiutils/utils_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/kexiutils/utils_p.h')
-rw-r--r--kexi/kexiutils/utils_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/kexiutils/utils_p.h b/kexi/kexiutils/utils_p.h
index b91f2237..41d86425 100644
--- a/kexi/kexiutils/utils_p.h
+++ b/kexi/kexiutils/utils_p.h
@@ -44,8 +44,8 @@ class DelayedCursorHandler : public TQObject
class DebugWindowDialog : public TQDialog
{
public:
- explicit DebugWindowDialog( TQWidget * tqparent )
- : TQDialog(tqparent, 0, false, TQt::WType_Dialog|TQt::WStyle_MinMax|TQt::WStyle_StaysOnTop)
+ explicit DebugWindowDialog( TQWidget * parent )
+ : TQDialog(parent, 0, false, TQt::WType_Dialog|TQt::WStyle_MinMax|TQt::WStyle_StaysOnTop)
{
setWindowState( TQt::WindowMinimized );
}