summaryrefslogtreecommitdiffstats
path: root/kicker/kicker/ui/browser_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kicker/kicker/ui/browser_dlg.h')
-rw-r--r--kicker/kicker/ui/browser_dlg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kicker/kicker/ui/browser_dlg.h b/kicker/kicker/ui/browser_dlg.h
index 113a7b83a..d1b3b623d 100644
--- a/kicker/kicker/ui/browser_dlg.h
+++ b/kicker/kicker/ui/browser_dlg.h
@@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <kdialogbase.h>
-class KIconButton;
+class TDEIconButton;
class KLineEdit;
class PanelBrowserDialog : public KDialogBase
@@ -45,7 +45,7 @@ protected slots:
virtual void slotOk();
void slotPathChanged( const TQString &_text );
protected:
- KIconButton *iconBtn;
+ TDEIconButton *iconBtn;
KLineEdit *pathInput;
TQPushButton *browseBtn;
};