diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-07 13:24:42 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-07 13:39:40 +0900 |
| commit | 15796910975130bce11a662cbe259913d791942f (patch) | |
| tree | 6e102ce309d816a1e4e4dbfbc7cd2725e1cd5085 /src/document.cpp | |
| parent | 12a1ec2b37308b1600be67f3c4ce2658a19e687d (diff) | |
| download | ktechlab-15796910975130bce11a662cbe259913d791942f.tar.gz ktechlab-15796910975130bce11a662cbe259913d791942f.zip | |
Replaced various '#define' with actual strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp index 7a59c46..ac18843 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -66,7 +66,7 @@ void Document::handleNewView( View *view ) void Document::slotViewDestroyed( TQObject *obj ) { - View *view = static_cast<View*>(TQT_TQWIDGET(obj)); + View *view = static_cast<View*>(obj); m_viewList.remove(view); |
