diff options
Diffstat (limited to 'scribiu.pro')
-rw-r--r-- | scribiu.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scribiu.pro b/scribiu.pro index c47865e..d25f2fc 100644 --- a/scribiu.pro +++ b/scribiu.pro @@ -24,12 +24,12 @@ SOURCES += main.cc \ notebookmodel.cc \ smartpensyncer.cc \ smartpen.cc bitreader.cc stfreader.cc \ + stfexporter.cc \ xmlutils.cc \ notebookview.cc \ afdnotebook.cc \ pageitem.cc \ stfgraphicsitem.cc \ - stftxtexport.cc \ paperreplay.cc \ afdpageaddress.cc \ stfstrokeitem.cc \ @@ -40,12 +40,12 @@ HEADERS += mainwindow.h \ notebookmodel.h \ smartpensyncer.h \ smartpen.h bitreader.h stfreader.h \ + stfexporter.h \ xmlutils.h \ notebookview.h \ afdnotebook.h \ pageitem.h \ stfgraphicsitem.h \ - stftxtexport.h \ paperreplay.h \ afdpageaddress.h \ stfstrokeitem.h \ |