Changeset 4608
- Timestamp:
- 09/16/06 08:13:53 (2 years ago)
- Location:
- branches/qt-gui-no-qt2/src
- Files:
-
- 94 modified
-
adduserdlg.cpp (modified) (1 diff)
-
adduserdlg.h (modified) (1 diff)
-
authuserdlg.cpp (modified) (1 diff)
-
authuserdlg.h (modified) (1 diff)
-
awaymsgdlg.cpp (modified) (1 diff)
-
awaymsgdlg.h (modified) (1 diff)
-
catdlg.cpp (modified) (1 diff)
-
catdlg.h (modified) (1 diff)
-
chatdlg.cpp (modified) (9 diffs)
-
chatdlg.h (modified) (2 diffs)
-
chatjoin.cpp (modified) (1 diff)
-
chatjoin.h (modified) (1 diff)
-
editfile.cpp (modified) (1 diff)
-
editfile.h (modified) (1 diff)
-
editfilelistdlg.cpp (modified) (1 diff)
-
editfilelistdlg.h (modified) (1 diff)
-
editgrp.cpp (modified) (1 diff)
-
editgrp.h (modified) (1 diff)
-
eventdesc.cpp (modified) (1 diff)
-
eventdesc.h (modified) (1 diff)
-
ewidgets.cpp (modified) (20 diffs)
-
ewidgets.h (modified) (2 diffs)
-
filedlg.cpp (modified) (1 diff)
-
filedlg.h (modified) (2 diffs)
-
forwarddlg.cpp (modified) (1 diff)
-
forwarddlg.h (modified) (1 diff)
-
gpgkeymanager.cpp (modified) (1 diff)
-
gpgkeymanager.h (modified) (1 diff)
-
gpgkeyselect.cpp (modified) (1 diff)
-
gpgkeyselect.h (modified) (1 diff)
-
gui-defines.h (modified) (1 diff)
-
keyrequestdlg.cpp (modified) (1 diff)
-
keyrequestdlg.h (modified) (1 diff)
-
licqdialog.cpp (modified) (1 diff)
-
licqdialog.h (modified) (2 diffs)
-
licqgui.cpp (modified) (5 diffs)
-
licqgui.h (modified) (1 diff)
-
licqkimiface.cpp (modified) (1 diff)
-
licqkimiface.h (modified) (1 diff)
-
mainwin.cpp (modified) (47 diffs)
-
mainwin.h (modified) (5 diffs)
-
messagebox.cpp (modified) (1 diff)
-
messagebox.h (modified) (1 diff)
-
mmlistview.cpp (modified) (1 diff)
-
mmlistview.h (modified) (1 diff)
-
mmsenddlg.cpp (modified) (1 diff)
-
mmsenddlg.h (modified) (1 diff)
-
optionsdlg.cpp (modified) (10 diffs)
-
optionsdlg.h (modified) (1 diff)
-
outputwin.cpp (modified) (2 diffs)
-
outputwin.h (modified) (2 diffs)
-
ownermanagerdlg.cpp (modified) (1 diff)
-
ownermanagerdlg.h (modified) (2 diffs)
-
phonedlg.cpp (modified) (1 diff)
-
phonedlg.h (modified) (1 diff)
-
plugindlg.cpp (modified) (1 diff)
-
plugindlg.h (modified) (1 diff)
-
randomchatdlg.cpp (modified) (1 diff)
-
randomchatdlg.h (modified) (1 diff)
-
refusedlg.cpp (modified) (1 diff)
-
refusedlg.h (modified) (1 diff)
-
registeruser.cpp (modified) (1 diff)
-
registeruser.h (modified) (1 diff)
-
reqauthdlg.cpp (modified) (1 diff)
-
reqauthdlg.h (modified) (1 diff)
-
searchuserdlg.cpp (modified) (2 diffs)
-
searchuserdlg.h (modified) (1 diff)
-
securitydlg.cpp (modified) (2 diffs)
-
securitydlg.h (modified) (1 diff)
-
showawaymsgdlg.cpp (modified) (1 diff)
-
showawaymsgdlg.h (modified) (1 diff)
-
sigman.cpp (modified) (1 diff)
-
sigman.h (modified) (1 diff)
-
skin.cpp (modified) (1 diff)
-
skin.h (modified) (1 diff)
-
skinbrowser.cpp (modified) (7 diffs)
-
skinbrowser.h (modified) (1 diff)
-
support.cpp (modified) (1 diff)
-
support.h (modified) (1 diff)
-
userbox.cpp (modified) (1 diff)
-
userbox.h (modified) (1 diff)
-
usercodec.cpp (modified) (1 diff)
-
usercodec.h (modified) (1 diff)
-
usereventdlg.cpp (modified) (39 diffs)
-
usereventdlg.h (modified) (4 diffs)
-
userinfodlg.cpp (modified) (5 diffs)
-
userinfodlg.h (modified) (1 diff)
-
userselectdlg.cpp (modified) (1 diff)
-
userselectdlg.h (modified) (1 diff)
-
utilitydlg.cpp (modified) (1 diff)
-
utilitydlg.h (modified) (1 diff)
-
wharf.cpp (modified) (1 diff)
-
wharf.h (modified) (1 diff)
-
wrap_kde_malloc.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui-no-qt2/src/adduserdlg.cpp
r4526 r4608 1 1 /* 2 This program is free software; you can redistribute it and/or modify 3 it under the terms of the GNU General Public License as published by 4 the Free Software Foundation; either version 2 of the License, or 5 (at your option) any later version. 6 7 This program is distributed in the hope that it will be useful, 8 but WITHOUT ANY WARRANTY; without even the implied warranty of 9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 GNU General Public License for more details. 11 12 You should have received a copy of the GNU General Public License 13 along with this program; if not, write to the Free Software 14 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 15 16 */ 2 * This file is part of Licq, an instant messaging client for UNIX. 3 * Copyright (C) 1999-2006 Licq developers 4 * 5 * Licq is free software; you can redistribute it and/or modify 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 8 * (at your option) any later version. 9 * 10 * Licq is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Licq; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 */ 17 19 18 20 #ifdef HAVE_CONFIG_H -
branches/qt-gui-no-qt2/src/adduserdlg.h
r4526 r4608 1 /* 2 * This file is part of Licq, an instant messaging client for UNIX. 3 * Copyright (C) 1999-2006 Licq developers 4 * 5 * Licq is free software; you can redistribute it and/or modify 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 8 * (at your option) any later version. 9 * 10 * Licq is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Licq; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 */ 19 1 20 #ifndef ADDUSERDLG_H 2 21 #define ADDUSERDLG_H -
branches/qt-gui-no-qt2/src/authuserdlg.cpp
r4531 r4608 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 This program is free software; you can redistribute it and/or modify 4 it under the terms of the GNU General Public License as published by 5 the Free Software Foundation; either version 2 of the License, or 6 (at your option) any later version. 7 8 This program is distributed in the hope that it will be useful, 9 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 GNU General Public License for more details. 12 13 You should have received a copy of the GNU General Public License 14 along with this program; if not, write to the Free Software 15 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 17 */ 3 * This file is part of Licq, an instant messaging client for UNIX. 4 * Copyright (C) 1999-2006 Licq developers 5 * 6 * Licq is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * Licq is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with Licq; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 18 20 19 21 #ifdef HAVE_CONFIG_H -
branches/qt-gui-no-qt2/src/authuserdlg.h
r4526 r4608 1 /* 2 * This file is part of Licq, an instant messaging client for UNIX. 3 * Copyright (C) 1999-2006 Licq developers 4 * 5 * Licq is free software; you can redistribute it and/or modify 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 8 * (at your option) any later version. 9 * 10 * Licq is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Licq; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 */ 19 1 20 #ifndef AUTHUSERDLG_H 2 21 #define AUTHUSERDLG_H -
branches/qt-gui-no-qt2/src/awaymsgdlg.cpp
r4526 r4608 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 This program is free software; you can redistribute it and/or modify 4 it under the terms of the GNU General Public License as published by 5 the Free Software Foundation; either version 2 of the License, or 6 (at your option) any later version. 7 8 This program is distributed in the hope that it will be useful, 9 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 GNU General Public License for more details. 12 13 You should have received a copy of the GNU General Public License 14 along with this program; if not, write to the Free Software 15 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 17 */ 3 * This file is part of Licq, an instant messaging client for UNIX. 4 * Copyright (C) 1999-2006 Licq developers 5 * 6 * Licq is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * Licq is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with Licq; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 18 20 19 21 // written by Graham Roff <graham@licq.org> -
branches/qt-gui-no-qt2/src/awaymsgdlg.h
r4526 r4608 1 /* 2 * This file is part of Licq, an instant messaging client for UNIX. 3 * Copyright (C) 1999-2006 Licq developers 4 * 5 * Licq is free software; you can redistribute it and/or modify 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 8 * (at your option) any later version. 9 * 10 * Licq is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Licq; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 */ 19 1 20 #ifndef AWAYMSG_H 2 21 #define AWAYMSG_H -
branches/qt-gui-no-qt2/src/catdlg.cpp
r4526 r4608 1 1 /* 2 * This program is free software; you can redistribute it and/or modify 3 * it under the terms of the GNU General Public License as published by 4 * the Free Software Foundation; either version 2 of the License, or 5 * (at your option) any later version. 2 * This file is part of Licq, an instant messaging client for UNIX. 3 * Copyright (C) 2004-2006 Licq developers 6 4 * 7 * This program is distributed in the hope that it will be useful,8 * but WITHOUT ANY WARRANTY; without even the implied warranty of9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the10 * GNU General Public License for more details.5 * Licq is free software; you can redistribute it and/or modify 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 8 * (at your option) any later version. 11 9 * 12 * You should have received a copy of the GNU General Public License 13 * along with this program; if not, write to the Free Software 14 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 10 * Licq is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 15 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Licq; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 16 18 */ 17 19 -
branches/qt-gui-no-qt2/src/catdlg.h
r4526 r4608 1 /* 2 * This file is part of Licq, an instant messaging client for UNIX. 3 * Copyright (C) 2004-2006 Licq developers 4 * 5 * Licq is free software; you can redistribute it and/or modify 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 8 * (at your option) any later version. 9 * 10 * Licq is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Licq; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 */ 19 1 20 #ifndef CATDLG_H 2 21 #define CATDLG_H -
branches/qt-gui-no-qt2/src/chatdlg.cpp
r4526 r4608 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 This program is free software; you can redistribute it and/or modify 4 it under the terms of the GNU General Public License as published by 5 the Free Software Foundation; either version 2 of the License, or 6 (at your option) any later version. 7 8 This program is distributed in the hope that it will be useful, 9 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 GNU General Public License for more details. 12 13 You should have received a copy of the GNU General Public License 14 along with this program; if not, write to the Free Software 15 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 17 */ 3 * This file is part of Licq, an instant messaging client for UNIX. 4 * Copyright (C) 1999-2006 Licq developers 5 * 6 * Licq is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * Licq is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with Licq; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 18 20 19 21 // written by Graham Roff <graham@licq.org> … … 130 132 setOpaqueMoving(true); 131 133 setToolBarsMovable(true); 132 #if QT_VERSION < 300133 setDockEnabled(Bottom, true);134 #else135 134 setDockEnabled(DockBottom, true); 136 #endif137 135 setUsesBigPixmaps(false); 138 136 … … 354 352 QFontDatabase fd; //QFontInfo.fixedPitch returns incorrect info??? 355 353 unsigned char style = STYLE_DONTCARE; 356 #if QT_VERSION >= 230 354 357 355 if (fd.isFixedPitch(fi.family(), fd.styleString(mlePaneLocal->font()))) 358 356 style |= STYLE_FIXEDxPITCH; 359 357 else 360 358 style |= STYLE_VARIABLExPITCH; 361 #endif 359 362 360 unsigned char encoding = UserCodec::charsetForName(codec->name()); 363 361 //TODO in daemon … … 412 410 setOpaqueMoving(true); 413 411 setToolBarsMovable(true); 414 #if QT_VERSION < 300415 setDockEnabled(Bottom, true);416 #else417 412 setDockEnabled(DockBottom, true); 418 #endif419 413 setUsesBigPixmaps(false); 420 414 … … 636 630 QFontDatabase fd; //QFontInfo.fixedPitch returns incorrect info??? 637 631 unsigned char style = STYLE_DONTCARE; 638 #if QT_VERSION >= 230 632 639 633 if (fd.isFixedPitch(fi.family(), fd.styleString(mlePaneLocal->font()))) 640 634 style |= STYLE_FIXEDxPITCH; 641 635 else 642 636 style |= STYLE_VARIABLExPITCH; 643 #endif 637 644 638 unsigned char encoding = UserCodec::charsetForName(codec->name()); 645 639 chatman = new CChatManager(daemon, _nUin, fi.family().local8Bit(), … … 750 744 QFontDatabase fd; //QFontInfo.fixedPitch returns incorrect info??? 751 745 unsigned char style = STYLE_DONTCARE; 752 #if QT_VERSION >= 230 746 753 747 if (fd.isFixedPitch(fi.family(), fd.styleString(mlePaneLocal->font()))) 754 748 style |= STYLE_FIXEDxPITCH; 755 749 else 756 750 style |= STYLE_VARIABLExPITCH; 757 #endif758 751 759 752 unsigned char encoding = UserCodec::charsetForName(codec->name()); … … 862 855 iter->u->ColorBg()[2]); 863 856 QFont f(iter->w->font()); 864 #if QT_VERSION >= 230865 857 f.setFixedPitch(iter->u->FontStyle() & 0x0F == STYLE_FIXEDxPITCH); 866 #endif 858 867 859 switch (iter->u->FontStyle() & 0xF0) 868 860 { … … 1098 1090 case CHAT_BACKSPACE: // backspace 1099 1091 { 1100 #if QT_VERSION >= 300 1092 1101 1093 GetWindow(u)->setReadOnly(false); 1102 1094 GetWindow(u)->setCursorPosition(-1, -1, false); 1103 #endif 1095 1104 1096 GetWindow(u)->backspace(); 1105 #if QT_VERSION >= 300 1097 1106 1098 GetWindow(u)->setReadOnly(true); 1107 1099 GetWindow(u)->update(); 1108 #endif 1100 1109 1101 break; 1110 1102 } … … 1132 1124 { 1133 1125 QFont f(GetWindow(u)->font()); 1134 #if QT_VERSION >= 2301135 1126 f.setFixedPitch(u->FontStyle() & 0x0F == STYLE_FIXEDxPITCH); 1136 #endif 1127 1137 1128 switch (u->FontStyle() & 0xF0) 1138 1129 { -
branches/qt-gui-no-qt2/src/chatdlg.h
r4531 r4608 1 /* 2 * This file is part of Licq, an instant messaging client for UNIX. 3 * Copyright (C) 1999-2006 Licq developers 4 * 5 * Licq is free software; you can redistribute it and/or modify 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 8 * (at your option) any later version. 9 * 10 * Licq is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Licq; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 */ 19 1 20 #ifndef CHATDLG_H 2 21 #define CHATDLG_H … … 162 181 163 182 #endif 164 165 166 -
branches/qt-gui-no-qt2/src/chatjoin.cpp
r4526 r4608 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 This program is free software; you can redistribute it and/or modify 4 it under the terms of the GNU General Public License as published by 5 the Free Software Foundation; either version 2 of the License, or 6 (at your option) any later version. 7 8 This program is distributed in the hope that it will be useful, 9 but WITHOUT ANY WARRANTY; without even the implied warranty of 10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 GNU General Public License for more details. 12 13 You should have received a copy of the GNU General Public License 14 along with this program; if not, write to the Free Software 15 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 17 */ 3 * This file is part of Licq, an instant messaging client for UNIX. 4 * Copyright (C) 2000-2006 Licq developers 5 * 6 * Licq is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 * 11 * Licq is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU General Public License for more details. 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with Licq; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 */ 18 20 19 21 #ifdef HAVE_CONFIG_H -
branches/qt-gui-no-qt2/src/chatjoin.h
r4526 r4608 1 /* 2 * This file is part of Licq, an instant messaging client for UNIX. 3 * Copyright (C) 2000-2006 Licq developers 4 * 5 * Licq is free software; you can redistribute it and/or modify 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 8 * (at your option) any later version. 9 * 10 * Licq is distributed in the hope that it will be useful, 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * GNU General Public License for more details. 14 * 15 * You should have received a copy of the GNU General Public License 16 * along with Licq; if not, write to the Free Software 17 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 18 */ 19 1 20 #ifndef CHATJOINDLG_H 2 21 #define CHATJOINDLG_H -
branches/qt-gui-no-qt2/src/editfile.cpp
r4526 r4608 1 1 // -*- c-basic-offset: 2 -*- 2 2 /* 3 This program is free software; you can redistribute it and/or modify 4 it under the terms of the GNU General Public License as published by 5 the Free Software Foundation; either version 2 of the License, or 6 (at your option) any later version. &nb
