diff options
Diffstat (limited to 'src/projectsession.cpp')
-rw-r--r-- | src/projectsession.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/projectsession.cpp b/src/projectsession.cpp index afdaf0b5..d4a011de 100644 --- a/src/projectsession.cpp +++ b/src/projectsession.cpp @@ -24,7 +24,7 @@ #include <kurl.h> #include <tdemessagebox.h> #include <tdelocale.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdetexteditor/viewcursorinterface.h> #include <tdetexteditor/document.h> #include <tdetexteditor/encodinginterface.h> @@ -118,7 +118,7 @@ bool ProjectSession::restoreFromFile( const TQString & sessionFileName, const TQ ++it; } - TQTimer::singleShot( 0, this, TQT_SLOT(loadDocument()) ); + TQTimer::singleShot( 0, this, TQ_SLOT(loadDocument()) ); return true; } @@ -444,7 +444,7 @@ void ProjectSession::loadDocument( ) _docDataList.pop_front(); loadDocument(); - //TQTimer::singleShot( 0, this, TQT_SLOT(loadDocument()) ); + //TQTimer::singleShot( 0, this, TQ_SLOT(loadDocument()) ); } } |