summaryrefslogtreecommitdiffstats
path: root/src/kjtagdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kjtagdialog.cpp')
-rw-r--r--src/kjtagdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kjtagdialog.cpp b/src/kjtagdialog.cpp
index e3d2305..329a77a 100644
--- a/src/kjtagdialog.cpp
+++ b/src/kjtagdialog.cpp
@@ -22,8 +22,8 @@
#include <kfiledialog.h>
#include <kiconloader.h>
-KJTAGDialog::KJTAGDialog( TQWidget *tqparent )
- : TQDialog( tqparent )
+KJTAGDialog::KJTAGDialog( TQWidget *parent )
+ : TQDialog( parent )
{
setFixedSize( 330, 300 ) ;