diff options
author | Michele Calgaro <[email protected]> | 2023-11-08 11:05:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-08 18:02:03 +0900 |
commit | ebce9b53863b1ccf1cc2f84eb556d50ec28beeaf (patch) | |
tree | 085cc3e369c38c74d5200933bb503d3170b58495 /kweather/dockwidget.cpp | |
parent | a876313d64876005fc672d1362a2032c2b28dd21 (diff) | |
download | tdetoys-ebce9b53863b1ccf1cc2f84eb556d50ec28beeaf.tar.gz tdetoys-ebce9b53863b1ccf1cc2f84eb556d50ec28beeaf.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kweather/dockwidget.cpp')
-rw-r--r-- | kweather/dockwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kweather/dockwidget.cpp b/kweather/dockwidget.cpp index 744ab91..11d45ea 100644 --- a/kweather/dockwidget.cpp +++ b/kweather/dockwidget.cpp @@ -32,7 +32,7 @@ #include <kiconloader.h> dockwidget::dockwidget(const TQString &location, TQWidget *parent, - const char *name) : TQWidget(parent,name), m_locationCode( location ), m_orientation(Qt::Horizontal ) + const char *name) : TQWidget(parent,name), m_locationCode( location ), m_orientation(TQt::Horizontal ) { m_font = TDEGlobalSettings::generalFont(); setBackgroundOrigin( AncestorOrigin ); |