summaryrefslogtreecommitdiff
blob: 56f5e721a6f32733dbea75c2d2a5cacf1ca8a245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: src/fileimporter.h
===================================================================
--- src/fileimporter.h	(Revision 307)
+++ src/fileimporter.h	(Arbeitskopie)
@@ -39,7 +39,7 @@
         ~FileImporter();
 
         File* load ( const QString& text );
-        virtual File* load( QIODevice *iodevice ) = NULL;
+        virtual File* load( QIODevice *iodevice ) = 0;
 
         static bool guessCanDecode( const QString & ) { return FALSE; };