X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ftabcompleter.h;h=9d58d44235a7abd55b31c922c3a9e2aa303880b8;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=b3b51bc5107377e299598d7329729dacf68cda06;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/uisupport/tabcompleter.h b/src/uisupport/tabcompleter.h index b3b51bc5..9d58d442 100644 --- a/src/uisupport/tabcompleter.h +++ b/src/uisupport/tabcompleter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,8 +18,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef TABCOMPLETER_H_ -#define TABCOMPLETER_H_ +#pragma once + +#include "uisupport-export.h" #include #include @@ -31,7 +32,7 @@ class MultiLineEdit; class IrcUser; class Network; -class TabCompleter : public QObject +class UISUPPORT_EXPORT TabCompleter : public QObject { Q_OBJECT @@ -76,6 +77,3 @@ private: void buildCompletionList(); }; - - -#endif