From a4a23a811fa340a8257a1f78f41904e58eea2dd4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sun, 3 Mar 2019 06:28:00 +0100 Subject: conversion to the cmake building system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- src/mplayerthumbsconfig/mplayerthumbscfg.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mplayerthumbsconfig/mplayerthumbscfg.cpp') diff --git a/src/mplayerthumbsconfig/mplayerthumbscfg.cpp b/src/mplayerthumbsconfig/mplayerthumbscfg.cpp index afd2b82..02fe59d 100644 --- a/src/mplayerthumbsconfig/mplayerthumbscfg.cpp +++ b/src/mplayerthumbsconfig/mplayerthumbscfg.cpp @@ -19,14 +19,14 @@ ***************************************************************************/ #include "mplayerthumbscfg.h" -#include +#include #include #include -#include +#include #include #include #include -#include +#include #include MPlayerThumbsConfig::MPlayerThumbsConfig(TQWidget *parent, const char *name, MPlayerThumbsCfg *config, DialogType dialogType, int dialogButtons, ButtonCode defaultButton, bool modal) -- cgit v1.2.1