X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Finputline.h;fp=src%2Fqtui%2Fchannelwidgetinput.h;h=b0d59bd68b5f55d0bd01e2b54848e77fd1c3c038;hp=5efebd8abf8d903d3aa510eba275cedb60364357;hb=5df99c1ab83baf3a6caef7e49177f84bd48d127e;hpb=99445d2c7ce2f5336798098963f4954eaafebdde diff --git a/src/qtui/channelwidgetinput.h b/src/uisupport/inputline.h similarity index 91% rename from src/qtui/channelwidgetinput.h rename to src/uisupport/inputline.h index 5efebd8a..b0d59bd6 100644 --- a/src/qtui/channelwidgetinput.h +++ b/src/uisupport/inputline.h @@ -18,19 +18,19 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -#ifndef _CHANNELWIDGETINPUT_H_ -#define _CHANNELWIDGETINPUT_H_ +#ifndef _INPUTLINE_H_ +#define _INPUTLINE_H_ #include class TabCompleter; -class ChannelWidgetInput : public QLineEdit { +class InputLine : public QLineEdit { Q_OBJECT public: - ChannelWidgetInput(QWidget *parent = 0); - ~ChannelWidgetInput(); + InputLine(QWidget *parent = 0); + ~InputLine(); protected: virtual bool event(QEvent *);