summaryrefslogtreecommitdiffstats
path: root/src/dirdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dirdialog.cpp')
-rwxr-xr-xsrc/dirdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dirdialog.cpp b/src/dirdialog.cpp
index a585296..b76d148 100755
--- a/src/dirdialog.cpp
+++ b/src/dirdialog.cpp
@@ -15,8 +15,8 @@
#include <klistbox.h>
#include <kfiledialog.h>
-DirDialog::DirDialog( Config* config, Mode mode, TQWidget *tqparent, const char *name, bool modal, WFlags f )
- : KDialog( tqparent, name, modal, f )
+DirDialog::DirDialog( Config* config, Mode mode, TQWidget *parent, const char *name, bool modal, WFlags f )
+ : KDialog( parent, name, modal, f )
{
// create an icon loader object for loading icons
KIconLoader* iconLoader = new KIconLoader();