┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/urlbutton.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-02-17 13:43:47 +0000
committerPeter Penz <[email protected]>2007-02-17 13:43:47 +0000
commit7cbd7aafd65b19102d1c81d9ed3955304f272ecd (patch)
treed5145e335f49396fde79d618f64f7dfc68e94a67 /src/urlbutton.h
parentdcb427c82f449d00e81fdf2b61428270ed1e95ad (diff)
Cleanup: don't use deprecated Qt3 classes or methods, removed unnecessary includes
svn path=/trunk/KDE/kdebase/apps/; revision=634516
Diffstat (limited to 'src/urlbutton.h')
-rw-r--r--src/urlbutton.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/urlbutton.h b/src/urlbutton.h
index 06da18aba..a922ea0cd 100644
--- a/src/urlbutton.h
+++ b/src/urlbutton.h
@@ -33,8 +33,6 @@ class QPainter;
*
* Each button of the URL navigator contains an URL, which
* is set as soon as the button has been clicked.
-*
- * @author Peter Penz
*/
class UrlButton : public QPushButton
{