summaryrefslogtreecommitdiffstats
path: root/ktnef/ktnef
diff options
context:
space:
mode:
Diffstat (limited to 'ktnef/ktnef')
-rw-r--r--ktnef/ktnef/ktnefparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ktnef/ktnef/ktnefparser.h b/ktnef/ktnef/ktnefparser.h
index 92c44dc2..fc93391c 100644
--- a/ktnef/ktnef/ktnefparser.h
+++ b/ktnef/ktnef/ktnefparser.h
@@ -34,7 +34,7 @@ public:
~KTNEFParser();
bool openFile(const TQString& filename);
- bool openDevice( TQIODevice *tqdevice );
+ bool openDevice( TQIODevice *device );
bool extractFile(const TQString& filename);
bool extractFileTo(const TQString& filename, const TQString& dirname);
bool extractAll();