summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KTextBrowserSignals.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KTextBrowserSignals.java')
-rw-r--r--kdejava/koala/org/kde/koala/KTextBrowserSignals.java29
1 files changed, 0 insertions, 29 deletions
diff --git a/kdejava/koala/org/kde/koala/KTextBrowserSignals.java b/kdejava/koala/org/kde/koala/KTextBrowserSignals.java
deleted file mode 100644
index 3bf40d8a..00000000
--- a/kdejava/koala/org/kde/koala/KTextBrowserSignals.java
+++ /dev/null
@@ -1,29 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.koala;
-
-import org.kde.qt.TQMetaObject;
-import org.kde.qt.QtSupport;
-import org.kde.qt.TQPopupMenu;
-import org.kde.qt.TQPoint;
-import org.kde.qt.TQMouseEvent;
-import org.kde.qt.TQKeyEvent;
-import org.kde.qt.TQWidget;
-import org.kde.qt.TQWheelEvent;
-
-public interface KTextBrowserSignals {
- /**
- Emitted when a mail link has been activated and the widget has
- been configured to emit the signal.
- @param name The destination name. It is null at the moment.
- @param address The destination address.
- @short Emitted when a mail link has been activated and the widget has been configured to emit the signal.
- */
- void mailClick(String name, String address);
- /**
- Emitted if mailClick() is not emitted and the widget has been
- configured to emit the signal.
- @param url The destination address.
- @short Emitted if mailClick() is not emitted and the widget has been configured to emit the signal.
- */
- void urlClick(String url);
-}