diff options
Diffstat (limited to 'misc/tellico/files/patch-filehandler.h')
-rw-r--r-- | misc/tellico/files/patch-filehandler.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/tellico/files/patch-filehandler.h b/misc/tellico/files/patch-filehandler.h new file mode 100644 index 000000000000..a451e8d19185 --- /dev/null +++ b/misc/tellico/files/patch-filehandler.h @@ -0,0 +1,11 @@ +--- src/filehandler.h.orig Tue Feb 17 21:05:58 2004 ++++ src/filehandler.h Tue Feb 17 21:05:06 2004 +@@ -131,6 +131,8 @@ + static bool writeDataFile(KSaveFile& file, const QByteArray& data); + + static MainWindow* s_mainWindow; ++ ++ friend class FileRef; + }; + + } // end namespace |