summaryrefslogtreecommitdiff
path: root/epgsearchconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearchconf.h')
-rw-r--r--epgsearchconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearchconf.h b/epgsearchconf.h
index f6a027a..d531978 100644
--- a/epgsearchconf.h
+++ b/epgsearchconf.h
@@ -3,13 +3,13 @@
#define EPGSEARCHCATS 7
#define EPGSEARCHTOKENS 17
+#define MAXITEMTABS 6
class cNopacityEPGSearchConfig {
private:
bool ReplaceSchedule;
bool ShowChannelNr;
bool ShowProgress;
- int MaxTabs;
std::string *SplitEpgSearchMenuLine(std::string line);
void SetTokens(std::string *values, eEPGModes mode);
void toLowerCase(std::string &str);