diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-21 11:50:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-24 18:52:15 +0900 |
| commit | 51f2e0ff8cb13efa4f5d1d2574940f080a4f3934 (patch) | |
| tree | 35063f9531a9d686aca0b50a1dd2ce899e2bb0c9 /ksirc/dccNew.cpp | |
| parent | 4be03979c04f7469f18d32a60487f511cc046417 (diff) | |
| download | tdenetwork-51f2e0ff.tar.gz tdenetwork-51f2e0ff.zip | |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826)
Diffstat (limited to 'ksirc/dccNew.cpp')
| -rw-r--r-- | ksirc/dccNew.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksirc/dccNew.cpp b/ksirc/dccNew.cpp index b0e065c5..fe30011d 100644 --- a/ksirc/dccNew.cpp +++ b/ksirc/dccNew.cpp @@ -47,7 +47,7 @@ dccNew::dccNew( TQWidget *parent, const char *name, int type, TQString nick ) TQString name = (*it).section("::", 1); kdDebug(5008) << "Looking at: " << *it << "/" << name << endl; - aListBox *a = static_cast<aListBox *>(TQT_TQWIDGET(objFinder::find(name.latin1(), "aListBox"))); + aListBox *a = static_cast<aListBox *>(objFinder::find(name.latin1(), "aListBox")); if(a){ TQListBoxItem *i; for(i = a->firstItem(); i != 0x0; i = i->next()){ |
