~ubuntu-terminal-dev/ubuntu-terminal-app/plugin

« back to all changes in this revision

Viewing changes to src/ColorScheme.h

  • Committer: Dmitry Zagnoyko
  • Date: 2013-04-20 11:36:45 UTC
  • Revision ID: hiroshidi@gmail.com-20130420113645-i92lcvojsy69yxvf
Object visibility scope fix: removed konsole namespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
class QIODevice;
37
37
//class KConfig;
38
38
 
39
 
namespace Konsole
40
 
{
41
39
 
42
40
/**
43
41
 * Represents a color scheme for a terminal display.  
339
337
    static ColorSchemeManager * theColorSchemeManager;
340
338
};
341
339
 
342
 
}
343
 
 
344
 
Q_DECLARE_METATYPE(const Konsole::ColorScheme*)
 
340
Q_DECLARE_METATYPE(const ColorScheme*)
345
341
 
346
342
#endif //COLORSCHEME_H