X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Ftabcompleter.h;h=9d58d44235a7abd55b31c922c3a9e2aa303880b8;hb=d4b81a6d777de45611034b26bd89973d19e60c96;hp=4e11c9d10681c4cd7c85ea4bb70f183bd126848b;hpb=1cb02004ee5973b89368bd84f234d4652794690d;p=quassel.git diff --git a/src/uisupport/tabcompleter.h b/src/uisupport/tabcompleter.h index 4e11c9d1..9d58d442 100644 --- a/src/uisupport/tabcompleter.h +++ b/src/uisupport/tabcompleter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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