summaryrefslogtreecommitdiffstats
path: root/kdpkg/kdpkg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg/kdpkg.cpp')
-rw-r--r--kdpkg/kdpkg.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kdpkg/kdpkg.cpp b/kdpkg/kdpkg.cpp
index 57b0c5a..1339089 100644
--- a/kdpkg/kdpkg.cpp
+++ b/kdpkg/kdpkg.cpp
@@ -18,6 +18,7 @@
*/
+#include <kfiledialog.h>
#include <kmessagebox.h>
#include <kgenericfactory.h>
#include <kaboutapplication.h>
@@ -44,7 +45,7 @@ kdpkg::kdpkg( const QString &url, QWidget *parent, const char *name, const QStri
if( !url )
- path = QFileDialog::getOpenFileName( "", i18n("Debian Package (*.deb)"), this, i18n("open file dialog"), i18n("Choose a file to open") );
+ path = KFileDialog::getOpenFileName( QString::null, i18n("Debian Package (*.deb)"), this, i18n("Choose a Debian package file to open"));
else
path = url;