summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kwidgetrepo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kwidgetrepo.cpp')
-rw-r--r--arts/gui/kde/kwidgetrepo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/gui/kde/kwidgetrepo.cpp b/arts/gui/kde/kwidgetrepo.cpp
index 120f9cc5..9c7a99de 100644
--- a/arts/gui/kde/kwidgetrepo.cpp
+++ b/arts/gui/kde/kwidgetrepo.cpp
@@ -71,7 +71,7 @@ long KWidgetRepo::add(KWidget_impl *widget, TQWidget *qwidget)
return ID;
}
-TQWidget *KWidgetRepo::lookupQWidget(long ID)
+TQWidget *KWidgetRepo::lookupTQWidget(long ID)
{
return qwidgets[ID];
}