summaryrefslogtreecommitdiffstats
path: root/pokemodr/FileDialog.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-05-13 07:07:57 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-05-13 07:07:57 +0000
commit56f272b11d13bbc5d829283ccf2813d3a7e41dbc (patch)
treedbd826fc0df0e9b087f5c0d1889e3f9eaca5181f /pokemodr/FileDialog.cpp
parent654b25d1b4e73e840e5fe2ab63d844c2157f3379 (diff)
downloadsigen-56f272b11d13bbc5d829283ccf2813d3a7e41dbc.tar.gz
sigen-56f272b11d13bbc5d829283ccf2813d3a7e41dbc.tar.xz
sigen-56f272b11d13bbc5d829283ccf2813d3a7e41dbc.zip
[ADD] Sound UI code
[FIX] Using class-named includes for KDE as well now [FIX] Signals fixed for UI classes [FIX] FileDialog now created on heap rather than the stack git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@128 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/FileDialog.cpp')
-rw-r--r--pokemodr/FileDialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/pokemodr/FileDialog.cpp b/pokemodr/FileDialog.cpp
index 2de38c4a..6b7bb103 100644
--- a/pokemodr/FileDialog.cpp
+++ b/pokemodr/FileDialog.cpp
@@ -24,9 +24,9 @@
#include <QStringList>
// KDE includes
-#include <kdiroperator.h>
-#include <kfilewidget.h>
-#include <kimagefilepreview.h>
+#include <KDirOperator>
+#include <KFileDialog>
+#include <KImageFilePreview>
FileDialog::FileDialog(const QSize& size) :
KFileDialog(KUrl("kfiledialog:///image"), "", NULL)