From 9a65bc6bb7c8da1dfa5b101579e52845c75848ef Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 31 Mar 2008 01:17:59 +0000 Subject: [FIX] Member variables now use m_ prefix [FIX] Lots of minor fixes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@95 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemodr/FileDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pokemodr/FileDialog.cpp') diff --git a/pokemodr/FileDialog.cpp b/pokemodr/FileDialog.cpp index 09afd852..858fbaab 100644 --- a/pokemodr/FileDialog.cpp +++ b/pokemodr/FileDialog.cpp @@ -30,6 +30,8 @@ #include "FileDialog.h" +KUrl FileDialog::latestDir = KUrl(); + FileDialog::FileDialog(const QString& filter, const QSize& imgSize) : QObject(NULL), dlg(NULL) -- cgit