summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libslcompat/slfileselector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libslcompat/slfileselector.h b/libslcompat/slfileselector.h
index 35fd11b..94ed3b7 100644
--- a/libslcompat/slfileselector.h
+++ b/libslcompat/slfileselector.h
@@ -5,7 +5,6 @@
#define _SLFILESELECTOR_H_INCLUDED
#include <opie2/ofileselector.h>
-using namespace Opie;
#include <qhbox.h>
#include <qvbox.h>
#include <qlistview.h>
@@ -153,7 +152,7 @@ private:
typedef QList<MimeType> SlFileMimeTypeList;
struct SlFileSelectorPrivate;
-class SlFileSelector : public OFileSelector /*QVBox*/
+class SlFileSelector : public Opie::Ui::OFileSelector /*QVBox*/
{
Q_OBJECT