diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-08 20:31:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-08 20:32:40 +0300 |
commit | 6315230e137d62bd0950192e111d6f06843bceea (patch) | |
tree | 946622767d07e5d553a8fa4ac983ee1809ef1950 /src/gui/widgets/channeltab.cpp | |
parent | 18561ddfcb74fe0e079b38213c4bee138ed440f3 (diff) | |
download | plus-6315230e137d62bd0950192e111d6f06843bceea.tar.gz plus-6315230e137d62bd0950192e111d6f06843bceea.tar.bz2 plus-6315230e137d62bd0950192e111d6f06843bceea.tar.xz plus-6315230e137d62bd0950192e111d6f06843bceea.zip |
Fix some include files paths.
Diffstat (limited to 'src/gui/widgets/channeltab.cpp')
-rw-r--r-- | src/gui/widgets/channeltab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/channeltab.cpp b/src/gui/widgets/channeltab.cpp index 625a9b589..df2df2790 100644 --- a/src/gui/widgets/channeltab.cpp +++ b/src/gui/widgets/channeltab.cpp @@ -20,7 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "channeltab.h" +#include "gui/widgets/channeltab.h" #include "channel.h" |