summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrImportStyleDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrImportStyleDia.cpp')
-rw-r--r--kpresenter/KPrImportStyleDia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrImportStyleDia.cpp b/kpresenter/KPrImportStyleDia.cpp
index 228e80bde..f9848847e 100644
--- a/kpresenter/KPrImportStyleDia.cpp
+++ b/kpresenter/KPrImportStyleDia.cpp
@@ -46,7 +46,7 @@ KPrImportStyleDia::~KPrImportStyleDia()
void KPrImportStyleDia::loadFile()
{
- KFileDialog fd( TQString(), TQString(), 0, 0, TRUE );
+ KFileDialog fd( TQString(), TQString(), 0, 0, true );
TQStringList lst = "application/x-kpresenter";
#if 0 //For the future
lst << "application/vnd.oasis.opendocument.presentation";