summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KURLComboBoxSignals.java
blob: d2c24ec170ba058809711a0cdd484394bedebbbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//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.TQPixmap;
import java.util.ArrayList;
import org.kde.qt.TQWidget;

public interface KURLComboBoxSignals {
	/**	
		 Emitted when an item was clicked at.
			@param url is the url of the now current item. If it is a local url,
		 it won't have a protocol (file:/), otherwise it will.
		     		@short    Emitted when an item was clicked at.
	*/
	void urlActivated(KURL url);
}