diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-04 11:15:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-04 11:15:12 +0900 |
| commit | 31d05ba33da9bb6f848c9dd19f398c9c80f499fb (patch) | |
| tree | 6724aeb225463ae69236c751d70f1afc23d43afc /tdehtml | |
| parent | 53f603f284e8a36a764855f80b0ddaadfee818b8 (diff) | |
| download | tdelibs-rename/kwinmodule.tar.gz tdelibs-rename/kwinmodule.zip | |
Rename KWinModule to TWinModulerename/kwinmodule
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdehtml')
| -rw-r--r-- | tdehtml/ecma/kjs_window.cpp | 2 | ||||
| -rw-r--r-- | tdehtml/java/kjavaappletwidget.cpp | 2 | ||||
| -rw-r--r-- | tdehtml/java/kjavaappletwidget.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tdehtml/ecma/kjs_window.cpp b/tdehtml/ecma/kjs_window.cpp index 96d703833..cd35624f6 100644 --- a/tdehtml/ecma/kjs_window.cpp +++ b/tdehtml/ecma/kjs_window.cpp @@ -161,7 +161,7 @@ Value Screen::get(ExecState *exec, const Identifier &p) const Value Screen::getValueProperty(ExecState *exec, int token) const { #if defined TQ_WS_X11 && ! defined K_WS_QTONLY - KWinModule info(0, KWinModule::INFO_DESKTOP); + TWinModule info(0, TWinModule::INFO_DESKTOP); #endif TQWidget *thisWidget = Window::retrieveActive(exec)->part()->widget(); TQRect sg = TDEGlobalSettings::desktopGeometry(thisWidget); diff --git a/tdehtml/java/kjavaappletwidget.cpp b/tdehtml/java/kjavaappletwidget.cpp index 83485019c..71fcf05e7 100644 --- a/tdehtml/java/kjavaappletwidget.cpp +++ b/tdehtml/java/kjavaappletwidget.cpp @@ -46,7 +46,7 @@ KJavaAppletWidget::KJavaAppletWidget( TQWidget* parent, const char* name ) m_applet = new KJavaApplet( this ); d = new KJavaAppletWidgetPrivate; - m_kwm = new KWinModule( this ); + m_kwm = new TWinModule( this ); d->tmplabel = new TQLabel( this ); d->tmplabel->setText( KJavaAppletServer::getAppletLabel() ); diff --git a/tdehtml/java/kjavaappletwidget.h b/tdehtml/java/kjavaappletwidget.h index 4912af125..08719b1d5 100644 --- a/tdehtml/java/kjavaappletwidget.h +++ b/tdehtml/java/kjavaappletwidget.h @@ -113,7 +113,7 @@ private: KJavaAppletWidgetPrivate* d; KJavaApplet* m_applet; - KWinModule* m_kwm; + TWinModule* m_kwm; TQString m_swallowTitle; }; |
