summaryrefslogtreecommitdiffstats
path: root/kbugbuster/gui/kbbmainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbugbuster/gui/kbbmainwindow.cpp')
-rw-r--r--kbugbuster/gui/kbbmainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kbugbuster/gui/kbbmainwindow.cpp b/kbugbuster/gui/kbbmainwindow.cpp
index c351b68e..3c57c6eb 100644
--- a/kbugbuster/gui/kbbmainwindow.cpp
+++ b/kbugbuster/gui/kbbmainwindow.cpp
@@ -61,8 +61,8 @@ using namespace KBugBusterMainWindow;
class TextViewer : public KDialogBase
{
public:
- TextViewer( const TQString &title, TQWidget *tqparent = 0 )
- : KDialogBase( Plain, title, Ok, Ok, tqparent, 0,
+ TextViewer( const TQString &title, TQWidget *parent = 0 )
+ : KDialogBase( Plain, title, Ok, Ok, parent, 0,
false )
{
TQFrame *topFrame = plainPage();