diff options
Diffstat (limited to 'lib/kofficecore/KoFileDialog.cpp')
-rw-r--r-- | lib/kofficecore/KoFileDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoFileDialog.cpp b/lib/kofficecore/KoFileDialog.cpp index 9f581a4e..2a7bd315 100644 --- a/lib/kofficecore/KoFileDialog.cpp +++ b/lib/kofficecore/KoFileDialog.cpp @@ -26,9 +26,9 @@ #include <kdebug.h> KoFileDialog::KoFileDialog(const TQString& startDir, const TQString& filter, - TQWidget *tqparent, const char *name, + TQWidget *parent, const char *name, bool modal) - : KFileDialog( startDir, filter, tqparent, name, modal ) + : KFileDialog( startDir, filter, parent, name, modal ) { connect( filterWidget, TQT_SIGNAL( activated( int) ), this, TQT_SLOT( slotChangedfilter( int ) ) ); |