diff options
Diffstat (limited to 'ksim/ksimpref.cpp')
-rw-r--r-- | ksim/ksimpref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/ksimpref.cpp b/ksim/ksimpref.cpp index 6d426c7..9115fea 100644 --- a/ksim/ksimpref.cpp +++ b/ksim/ksimpref.cpp @@ -126,7 +126,7 @@ void KSim::ConfigDialog::removePage(const TQCString &name) return; } - TQWidget *frame = plugin.configPage()->tqparentWidget(); + TQWidget *frame = plugin.configPage()->parentWidget(); // reparent the widget if the tqparent is not null if (frame) { plugin.configPage()->hide(); |