Rename KWinModule to TWinModule

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/153/head
Michele Calgaro 2 weeks ago
parent 2a26f8bf97
commit 13af4ef755
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -57,7 +57,7 @@ public:
return s_self;
}
KWinModule winModule;
TWinModule winModule;
private:
Kuick() {}

@ -24,7 +24,7 @@
class KuickGlobals
{
public:
KWinModule winModule;
TWinModule winModule;
};

@ -59,7 +59,7 @@ KView::KView()
: KParts::MainWindow( 0, "KView" )
, m_pViewer( 0 )
, m_pCanvas( 0 )
, m_pWinModule( new KWinModule( this, KWinModule::INFO_DESKTOP ) )
, m_pWinModule( new TWinModule( this, TWinModule::INFO_DESKTOP ) )
, m_bImageSizeChangedBlocked( false )
, m_bFullscreen( false )
{

@ -36,7 +36,7 @@ class TQRect;
class TDEAction;
class TDEToggleAction;
class TDERecentFilesAction;
class KWinModule;
class TWinModule;
class TQStringList;
class KProgress;
@ -102,7 +102,7 @@ class KView : public KParts::MainWindow
KImageViewer::Viewer * m_pViewer;
KImageViewer::Canvas * m_pCanvas;
KWinModule * m_pWinModule;
TWinModule * m_pWinModule;
// Actions:
TDEAction * m_paOpenFile;

Loading…
Cancel
Save