summaryrefslogtreecommitdiffstats
path: root/src/k3bdebuggingoutputdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k3bdebuggingoutputdialog.cpp')
-rw-r--r--src/k3bdebuggingoutputdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/k3bdebuggingoutputdialog.cpp b/src/k3bdebuggingoutputdialog.cpp
index b497654..956f927 100644
--- a/src/k3bdebuggingoutputdialog.cpp
+++ b/src/k3bdebuggingoutputdialog.cpp
@@ -35,8 +35,8 @@
#include <kmessagebox.h>
-K3bDebuggingOutputDialog::K3bDebuggingOutputDialog( TQWidget* tqparent )
- : KDialogBase( tqparent, "debugViewDialog", true, i18n("Debugging Output"), Close|User1|User2, Close,
+K3bDebuggingOutputDialog::K3bDebuggingOutputDialog( TQWidget* parent )
+ : KDialogBase( parent, "debugViewDialog", true, i18n("Debugging Output"), Close|User1|User2, Close,
false,
KStdGuiItem::saveAs(),
KGuiItem( i18n("Copy"), "editcopy" ) )