Polkit-tqt is a library that lets developers use the PolicyKit API through a nice TQt-styled API.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Michele Calgaro 7a0c2ce497
Removed empty line at the end of files.
2 years ago
agent Removed empty line at the end of files. 2 years ago
core Removed empty line at the end of files. 2 years ago
debian DEB packaging: Install libraries according to multi-arch rules. 2 years ago
examples Removed empty line at the end of files. 2 years ago
gui Removed empty line at the end of files. 2 years ago
includes/PolkitTQt Conversion of 'agent' library module. 2 years ago
tests Removed empty line at the end of files. 2 years ago
AUTHORS More Qt->TQt conversion and some clean up. 3 years ago
CMakeLists.txt CMake rules adjustments: 2 years ago
COPYING Removed empty line at the end of files. 2 years ago
ConfigureChecks.cmake Removed empty line at the end of files. 2 years ago
INSTALL Updated documentation and clean up. 2 years ago
Mainpage.dox Updated documentation and clean up. 2 years ago
README Updated documentation and clean up. 2 years ago
polkit-tqt-agent.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt-core.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt-export.h Removed empty line at the end of files. 2 years ago
polkit-tqt-gui.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago
polkit-tqt.pc.cmake Updated cmake files to allow building the package, although it is just a 3 years ago

README

Polkit-tqt
==========

What is Polkit-tqt?
------------------
Polkit-tqt is a library that lets developers use the PolicyKit API through a nice
TQt-styled API. It is mainly a wrapper around TQAction and TQButton that
lets you integrate those two component easily with PolicyKit.

See INSTALL for installation instructions.