a/src/qtgui/rclmain_w.cpp b/src/qtgui/rclmain_w.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.17 2006-12-20 13:55:46 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.18 2006-12-22 16:48:05 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
153
153
154
#if (QT_VERSION < 0x040000)
154
#if (QT_VERSION < 0x040000)
155
    toolsSpellAction->setIconSet(createIconSet("spell.png"));
155
    toolsSpellAction->setIconSet(createIconSet("spell.png"));
156
    nextPageAction->setIconSet(createIconSet("nextpage.png"));
156
    nextPageAction->setIconSet(createIconSet("nextpage.png"));
157
    prevPageAction->setIconSet(createIconSet("prevpage.png"));
157
    prevPageAction->setIconSet(createIconSet("prevpage.png"));
158
    toolsDoc_HistoryAction->setIconSet(createIconSet("history.png"));
159
    toolsAdvanced_SearchAction->setIconSet(createIconSet("asearch.png"));
160
    toolsSort_parametersAction->setIconSet(createIconSet("sortparms.png"));
158
#else
161
#else
159
    toolsSpellAction->setIcon(QIcon(":/images/spell.png"));
162
    toolsSpellAction->setIcon(QIcon(":/images/spell.png"));
160
    nextPageAction->setIcon(QIcon(":/images/nextpage.png"));
163
    nextPageAction->setIcon(QIcon(":/images/nextpage.png"));
161
    prevPageAction->setIcon(QIcon(":/images/prevpage.png"));
164
    prevPageAction->setIcon(QIcon(":/images/prevpage.png"));
162
    toolsDoc_HistoryAction->setIcon(QIcon(":/images/history.png"));
165
    toolsDoc_HistoryAction->setIcon(QIcon(":/images/history.png"));