diff options
Diffstat (limited to 'tdeioslave')
-rw-r--r-- | tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp index 26098adb..9168dc36 100644 --- a/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp +++ b/tdeioslave/svn/svnhelper/tdeio_svn_helper.cpp @@ -48,7 +48,7 @@ SvnHelper::SvnHelper():TDEApplication() { TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - KWinModule wm ( TQT_TQOBJECT(this) ); + KWinModule wm ( this ); m_id = wm.activeWindow(); KURL::List list; |