~neon/juk/master

« back to all changes in this revision

Viewing changes to tagguesser.h

  • Committer: Laurent Montel
  • Date: 2006-05-09 10:43:57 UTC
  • Revision ID: git-v1:0d5a56572e33ad5596b1a5c0596d8a7068cac0be
Convert include from "#include <q...h>" to "#include <Q...>"

svn path=/trunk/KDE/kdemultimedia/juk/; revision=538928

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#ifndef TAGGUESSER_H
10
10
#define TAGGUESSER_H
11
11
 
12
 
#include <qregexp.h>
 
12
#include <QRegExp>
13
13
//Added by qt3to4:
14
14
#include <Q3ValueList>
15
15